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.91.oe | |
parent | b3134d1173c06f6202ba2622404b7c98dae309f2 (diff) |
Disable mtrace() use by default in gpe-gallery.
BKrev: 419d1c44G79HVDOQ6Y4RV3ct_sgYQw
Diffstat (limited to 'gpe-gallery/gpe-gallery_0.91.oe')
-rw-r--r-- | gpe-gallery/gpe-gallery_0.91.oe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gpe-gallery/gpe-gallery_0.91.oe b/gpe-gallery/gpe-gallery_0.91.oe index 58175e33ea..cbfd4ea911 100644 --- a/gpe-gallery/gpe-gallery_0.91.oe +++ b/gpe-gallery/gpe-gallery_0.91.oe @@ -12,4 +12,5 @@ DESCRIPTION = "GPE image viewer application" export CVSBUILD = no SRC_URI = "${GPE_MIRROR}/gpe-gallery-${PV}.tar.gz \ - file://desktop-categories.patch;patch=1" + file://desktop-categories.patch;patch=1 \ + file://mcheck.patch;patch=1" |