mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 21:49:33 +02:00
libxsettings-client: add patch to fix missing linking to X11, spotted by --as-needed
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3703 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
11
meta/packages/libxsettings-client/files/link-x11.patch
Normal file
11
meta/packages/libxsettings-client/files/link-x11.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
Index: Xsettings-client-0.10/Makefile.am
|
||||
===================================================================
|
||||
--- Xsettings-client-0.10.orig/Makefile.am 2008-02-07 14:49:54.000000000 +0000
|
||||
+++ Xsettings-client-0.10/Makefile.am 2008-02-07 14:50:00.000000000 +0000
|
||||
@@ -9,4 +9,4 @@
|
||||
|
||||
libXsettings_client_la_SOURCES= $(source_c) $(source_h)
|
||||
|
||||
-libXsettings_client_la_LIBADD = @X_LIBS@
|
||||
\ No newline at end of file
|
||||
+libXsettings_client_la_LIBADD = @X_LIBS@ -lX11
|
||||
Reference in New Issue
Block a user