mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00: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:
@@ -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
|
||||||
@@ -4,16 +4,19 @@ LICENSE = "BSD-X"
|
|||||||
PRIORITY = "optional"
|
PRIORITY = "optional"
|
||||||
DEPENDS = "virtual/libx11"
|
DEPENDS = "virtual/libx11"
|
||||||
|
|
||||||
PR = "r1"
|
PR = "r2"
|
||||||
|
|
||||||
headers = "xsettings-common.h xsettings-client.h"
|
headers = "xsettings-common.h xsettings-client.h"
|
||||||
|
|
||||||
SRC_URI = "http://projects.o-hand.com/matchbox/sources/optional-dependencies/Xsettings-client-0.10.tar.gz"
|
SRC_URI = "http://projects.o-hand.com/matchbox/sources/optional-dependencies/Xsettings-client-0.10.tar.gz \
|
||||||
|
file://link-x11.patch;patch=1"
|
||||||
|
|
||||||
S = "${WORKDIR}/Xsettings-client-0.10"
|
S = "${WORKDIR}/Xsettings-client-0.10"
|
||||||
|
|
||||||
inherit autotools gettext
|
inherit autotools gettext
|
||||||
|
|
||||||
do_stage () {
|
do_stage () {
|
||||||
|
# TODO: replace with autotools_stage_all?
|
||||||
oe_libinstall -so libXsettings-client ${STAGING_LIBDIR}
|
oe_libinstall -so libXsettings-client ${STAGING_LIBDIR}
|
||||||
|
|
||||||
for h in ${headers}; do
|
for h in ${headers}; do
|
||||||
|
|||||||
Reference in New Issue
Block a user