summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-11-16 12:50:24 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-11-16 12:50:24 +0100
commit121ed377b0d3fee4ee9dfaa266917800c3189862 (patch)
tree3973a0fa05a544f8f3a8e8a156eda7a3aad6444a
parent4b044d2c39baefe4eb2d8ca75c481ba88e498689 (diff)
downloadptxdist-121ed377b0d3fee4ee9dfaa266917800c3189862.tar.gz
ptxdist-121ed377b0d3fee4ee9dfaa266917800c3189862.tar.xz
poppler: fix dependencies for gobject-introspectionptxdist-2017.11.0
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/poppler.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/poppler.in b/rules/poppler.in
index 57ea763e1..f0d635a16 100644
--- a/rules/poppler.in
+++ b/rules/poppler.in
@@ -10,7 +10,6 @@ menuconfig POPPLER
select POPPLER_DATA if POPPLER_WITH_DATA
select GLIB if POPPLER_GLIB
select HOST_GLIB if POPPLER_GLIB
- select GOBJECT_INTROSPECTION_HELPER if POPPLER_INTROSPECTION
select GOBJECT_INTROSPECTION if POPPLER_INTROSPECTION
select LIBPNG if POPPLER_PNG
select LIBJPEG if POPPLER_JPEG
@@ -67,6 +66,7 @@ config POPPLER_GLIB
config POPPLER_INTROSPECTION
select POPPLER_GLIB
+ default GOBJECT_INTROSPECTION_HELPER
bool
config POPPLER_QT4