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.94.oe | |
parent | b3134d1173c06f6202ba2622404b7c98dae309f2 (diff) |
Disable mtrace() use by default in gpe-gallery.
BKrev: 419d1c44G79HVDOQ6Y4RV3ct_sgYQw
Diffstat (limited to 'gpe-gallery/gpe-gallery_0.94.oe')
-rw-r--r-- | gpe-gallery/gpe-gallery_0.94.oe | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gpe-gallery/gpe-gallery_0.94.oe b/gpe-gallery/gpe-gallery_0.94.oe index e69de29bb2..2c469cd751 100644 --- a/gpe-gallery/gpe-gallery_0.94.oe +++ b/gpe-gallery/gpe-gallery_0.94.oe @@ -0,0 +1,15 @@ +PR = "r0" + +inherit gpe + +SRC_URI += "file://mcheck.patch;patch=1" +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 + |