mirror of
https://git.yoctoproject.org/poky
synced 2026-03-16 04:09:39 +01:00
libgtkstylus: fix debug/devel packaging
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1879 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -2,7 +2,7 @@ DESCRIPTION = "GTK plugin for stylus based systems"
|
||||
SECTION = "libs"
|
||||
DEPENDS = "gtk+"
|
||||
LICENSE = "LGPL"
|
||||
FILES_${PN} = "/etc ${libdir}/gtk-2.0"
|
||||
PR = "r1"
|
||||
|
||||
inherit autotools
|
||||
|
||||
@@ -14,3 +14,8 @@ do_install_append() {
|
||||
install -m 755 ${WORKDIR}/gtkstylus.sh ${D}/${sysconfdir}/X11/Xsession.d/45gtkstylus
|
||||
}
|
||||
|
||||
FILES_${PN} = "${sysconfdir} \
|
||||
${libdir}/gtk-2.0/*/modules/libgtkstylus.so.*"
|
||||
FILES_${PN}-dbg += "${libdir}/gtk-2.0/*/modules/.debug"
|
||||
FILES_${PN}-dev += "${libdir}/gtk-2.0/*/modules/libgtkstylus.so \
|
||||
${libdir}/gtk-2.0/*/modules/libgtkstylus.*a"
|
||||
|
||||
Reference in New Issue
Block a user