mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
Add gnome-settings-daemon and libgnomekbd from OE but with fixed dependencies
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -0,0 +1,22 @@
|
|||||||
|
DESCRIPTION = "GNOME settings daemon"
|
||||||
|
LICENSE = "GPL"
|
||||||
|
|
||||||
|
PR = "r1"
|
||||||
|
|
||||||
|
DEPENDS = "libxklavier libgnomekbd gnome-doc-utils gtk+ libglade libgnomecanvas librsvg libxml2 libart-lgpl gnome-desktop"
|
||||||
|
|
||||||
|
inherit gnome
|
||||||
|
|
||||||
|
FILES_${PN} += "${libdir}/gnome-settings-daemon-2.0/*.so ${libdir}/gnome-settings-daemon-2.0/*plugin \
|
||||||
|
${datadir}/dbus-1/ \
|
||||||
|
${datadir}/icon* \
|
||||||
|
${datadir}/xsession*"
|
||||||
|
|
||||||
|
FILES_${PN}-dbg += "${libdir}/gnome-settings-daemon-2.0/.debug"
|
||||||
|
FILES_${PN}-dev += "${libdir}/gnome-settings-daemon-2.0/*.a ${libdir}/gnome-settings-daemon-2.0/*.la"
|
||||||
|
|
||||||
|
do_stage() {
|
||||||
|
autotools_stage_all
|
||||||
|
}
|
||||||
|
|
||||||
|
ASNEEDED = ""
|
||||||
@@ -0,0 +1,19 @@
|
|||||||
|
DESCRIPTION = "GNOME keyboard library"
|
||||||
|
LICENSE = "LGPL"
|
||||||
|
|
||||||
|
DEPENDS = "gconf-dbus dbus libxklavier gtk+"
|
||||||
|
|
||||||
|
inherit gnome
|
||||||
|
|
||||||
|
do_configure_append() {
|
||||||
|
find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g
|
||||||
|
find ${S} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g
|
||||||
|
}
|
||||||
|
|
||||||
|
do_stage() {
|
||||||
|
autotools_stage_all
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user