diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-06-07 09:28:08 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-06-07 09:28:08 +0000 |
commit | 496530581d9fc9e29fbe4b1277237f03bd68a97a (patch) | |
tree | b98449e942b444f7379d0e41431ca141bd0cba84 /meta/packages/libgtkstylus | |
parent | ec909f8635b76e7881da58bdaedc3c0b33b3a4cb (diff) | |
download | poky-496530581d9fc9e29fbe4b1277237f03bd68a97a.tar.gz |
libgtkstylus: fix debug/devel packaging
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1879 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/libgtkstylus')
-rw-r--r-- | meta/packages/libgtkstylus/libgtkstylus_0.5.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta/packages/libgtkstylus/libgtkstylus_0.5.bb b/meta/packages/libgtkstylus/libgtkstylus_0.5.bb index 5a453cda1b..25d6d42832 100644 --- a/meta/packages/libgtkstylus/libgtkstylus_0.5.bb +++ b/meta/packages/libgtkstylus/libgtkstylus_0.5.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "GTK plugin for stylus based systems" | |||
2 | SECTION = "libs" | 2 | SECTION = "libs" |
3 | DEPENDS = "gtk+" | 3 | DEPENDS = "gtk+" |
4 | LICENSE = "LGPL" | 4 | LICENSE = "LGPL" |
5 | FILES_${PN} = "/etc ${libdir}/gtk-2.0" | 5 | PR = "r1" |
6 | 6 | ||
7 | inherit autotools | 7 | inherit autotools |
8 | 8 | ||
@@ -14,3 +14,8 @@ do_install_append() { | |||
14 | install -m 755 ${WORKDIR}/gtkstylus.sh ${D}/${sysconfdir}/X11/Xsession.d/45gtkstylus | 14 | install -m 755 ${WORKDIR}/gtkstylus.sh ${D}/${sysconfdir}/X11/Xsession.d/45gtkstylus |
15 | } | 15 | } |
16 | 16 | ||
17 | FILES_${PN} = "${sysconfdir} \ | ||
18 | ${libdir}/gtk-2.0/*/modules/libgtkstylus.so.*" | ||
19 | FILES_${PN}-dbg += "${libdir}/gtk-2.0/*/modules/.debug" | ||
20 | FILES_${PN}-dev += "${libdir}/gtk-2.0/*/modules/libgtkstylus.so \ | ||
21 | ${libdir}/gtk-2.0/*/modules/libgtkstylus.*a" | ||