summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-10-24 01:06:43 +0200
committerMichael Stahl <mstahl@redhat.com>2013-10-24 01:10:15 +0200
commit122a137672d761418a549568ad8cad623dd2b4b5 (patch)
treed8890703ceb313525b1846589c224248edbdfb53 /extensions
parent831aaef3a114ef59826fc49a9c8e27d9538d0db5 (diff)
extensions: crude hack for mysterious cairo link failure
Why is /usr/lib64/libpixman-1.so not found automatically? Change-Id: Ide3929b53d130aee44ff6b01dcf2f7491a61a09b
Diffstat (limited to 'extensions')
-rw-r--r--extensions/Executable_pluginapp.bin.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/extensions/Executable_pluginapp.bin.mk b/extensions/Executable_pluginapp.bin.mk
index 531aabd5a546..fb016022fdee 100644
--- a/extensions/Executable_pluginapp.bin.mk
+++ b/extensions/Executable_pluginapp.bin.mk
@@ -71,6 +71,10 @@ $(eval $(call gb_Executable_use_externals,pluginapp.bin,\
gthread \
gtk \
))
+# FIXME: on Fedora 19 link fails with unresolved symbols in cairo without this?
+$(eval $(call gb_Executable_add_libs,pluginapp.bin,\
+ -lpixman-1 \
+))
# the orignal dmakefile said: don't ask, it's ugly
ifeq ($(OS),SOLARIS)