Kaydet (Commit) 122a1376 authored tarafından Michael Stahl's avatar Michael Stahl

extensions: crude hack for mysterious cairo link failure

Why is /usr/lib64/libpixman-1.so not found automatically?

Change-Id: Ide3929b53d130aee44ff6b01dcf2f7491a61a09b
üst 831aaef3
...@@ -71,6 +71,10 @@ $(eval $(call gb_Executable_use_externals,pluginapp.bin,\ ...@@ -71,6 +71,10 @@ $(eval $(call gb_Executable_use_externals,pluginapp.bin,\
gthread \ gthread \
gtk \ 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 # the orignal dmakefile said: don't ask, it's ugly
ifeq ($(OS),SOLARIS) ifeq ($(OS),SOLARIS)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment