fix build breaker

f41
David Tardon 8 years ago
parent e129662393
commit c649eeecb5

@ -0,0 +1,25 @@
From e60b045a77cc058d1c48fe78b8329b272993a853 Mon Sep 17 00:00:00 2001
From: David Tardon <dtardon@redhat.com>
Date: Fri, 5 May 2017 09:55:52 +0200
Subject: [PATCH] add missing dep on dir
Change-Id: I3bf9077e0d4fdb39ffc93e8acd972e2dbc3537e4
---
postprocess/CustomTarget_images.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/postprocess/CustomTarget_images.mk b/postprocess/CustomTarget_images.mk
index 4ea776509866..87b5faefb6ed 100644
--- a/postprocess/CustomTarget_images.mk
+++ b/postprocess/CustomTarget_images.mk
@@ -16,6 +16,7 @@ helpimages_DIR := $(call gb_CustomTarget_get_workdir,helpcontent2/source/auxilia
$(eval $(call gb_CustomTarget_register_targets,postprocess/images,\
$(foreach theme,$(WITH_THEMES),images_$(theme).zip) \
commandimagelist.ilst \
+ sourceimagelist.ilst \
sorted.lst \
))
--
2.12.2

@ -246,6 +246,7 @@ Patch4: 0001-Related-tdf-106100-recover-mangled-svg-in-presentati.patch
# not upstreamed
Patch5: 0001-Resolves-rhbz-1432468-disable-opencl-by-default.patch
Patch6: 0001-apparently-the-executable-does-not-need-pdfium-direc.patch
Patch7: 0001-add-missing-dep-on-dir.patch
%if 0%{?rhel}
# not upstreamed

Loading…
Cancel
Save