diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-18 22:03:48 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-18 22:03:48 +0000 |
commit | cac6ed3d2e0a70f7e1160bc580ba2fa4ee2d521f (patch) | |
tree | 1bbbc927a1374612564097b6f09cf1aef9dc8f91 /gpe-gallery/gpe-gallery_0.92.oe | |
parent | b3134d1173c06f6202ba2622404b7c98dae309f2 (diff) |
Disable mtrace() use by default in gpe-gallery.
BKrev: 419d1c44G79HVDOQ6Y4RV3ct_sgYQw
Diffstat (limited to 'gpe-gallery/gpe-gallery_0.92.oe')
-rw-r--r-- | gpe-gallery/gpe-gallery_0.92.oe | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gpe-gallery/gpe-gallery_0.92.oe b/gpe-gallery/gpe-gallery_0.92.oe index e69de29bb2..c95d63a9bd 100644 --- a/gpe-gallery/gpe-gallery_0.92.oe +++ b/gpe-gallery/gpe-gallery_0.92.oe @@ -0,0 +1,17 @@ +PR = "r2" + +inherit gpe + +DEPENDS = "libgpewidget" +SECTION = "gpe" +MAINTAINER = "Florian Boor <florian.boor@kernelconcepts.de>" + +FILES_${PN} += "${datadir}/gpe/pixmaps" +FILES_${PN} += "${datadir}/application-registry" + +DESCRIPTION = "GPE image viewer application" +export CVSBUILD = no + +SRC_URI = "${GPE_MIRROR}/gpe-gallery-${PV}.tar.gz \ + file://desktop-categories.patch;patch=1 \ + file://mcheck.patch;patch=1" |