mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 01:40:07 +00:00
remove borked 0.16 libxsetting-client
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@354 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
-11
@@ -1,11 +0,0 @@
|
|||||||
--- libxsettings-client-0.16/Makefile.am.orig 2006-01-17 16:01:21.000000000 +0000
|
|
||||||
+++ libxsettings-client-0.16/Makefile.am 2006-01-17 16:01:30.000000000 +0000
|
|
||||||
@@ -3,7 +3,7 @@
|
|
||||||
source_h = xsettings-client.h xsettings-common.h
|
|
||||||
source_c = xsettings-client.c xsettings-common.c
|
|
||||||
|
|
||||||
-INCLUDES = -I $(includedir) $(X_CFLAGS)
|
|
||||||
+INCLUDES = $(X_CFLAGS)
|
|
||||||
|
|
||||||
libxsincludedir = $(includedir)
|
|
||||||
|
|
||||||
@@ -1,24 +0,0 @@
|
|||||||
SECTION = "gpe/libs"
|
|
||||||
LICENSE = "BSD-X"
|
|
||||||
PRIORITY = "optional"
|
|
||||||
DEPENDS = "libxsettings libx11 libxt"
|
|
||||||
# libxt is required to stop configure breaking builds by
|
|
||||||
# including system paths to find it if it isn't present.
|
|
||||||
MAINTAINER = "Florian Boor <florian@kernelconcepts.de>"
|
|
||||||
PR="r1"
|
|
||||||
|
|
||||||
inherit autotools pkgconfig gpe
|
|
||||||
|
|
||||||
SRC_URI = "${GPE_MIRROR}/libxsettings-client-${PV}.tar.bz2 \
|
|
||||||
file://Makefile-am.patch;patch=1"
|
|
||||||
|
|
||||||
|
|
||||||
headers = "xsettings-client.h xsettings-common.h"
|
|
||||||
do_stage () {
|
|
||||||
oe_libinstall -so libXsettings-client ${STAGING_LIBDIR}
|
|
||||||
mkdir -p ${STAGING_INCDIR}
|
|
||||||
for h in ${headers}; do
|
|
||||||
install -m 0644 ${S}/$h ${STAGING_INCDIR}/$h
|
|
||||||
done
|
|
||||||
}
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user