diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-06 23:39:41 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-06 23:39:41 +0000 |
commit | da85d332b204b555ab2a08fae3a6d2448e914a2d (patch) | |
tree | 41eee1f343326944fc248740c9beb5bfc1e65d79 /gpe-conf | |
parent | 3ef6062806b70d84affe969650d91439672797f5 (diff) |
remove unwanted bits from CPPFLAGS
BKrev: 418d60bd1K3qvsv2lWo_Shf-EeLkPg
Diffstat (limited to 'gpe-conf')
-rw-r--r-- | gpe-conf/gpe-conf_0.1.21.oe | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gpe-conf/gpe-conf_0.1.21.oe b/gpe-conf/gpe-conf_0.1.21.oe index 59f42f07a9..2956c28eb2 100644 --- a/gpe-conf/gpe-conf_0.1.21.oe +++ b/gpe-conf/gpe-conf_0.1.21.oe @@ -1,4 +1,4 @@ -PR = "r1" +PR = "r2" inherit gpe pkgconfig @@ -12,9 +12,6 @@ FILES_${PN} += " ${datadir}/gpe/pixmaps ${datadir}/gpe-conf" SRC_URI = "${GPE_MIRROR}/gpe-conf-${PV}.tar.gz \ file://icons.patch;patch=1;pnum=0" -# disable wifi support, enable limited capabilities appmgr interface -CPPFLAGS_append = " -D APPMGR_INTERFACE -DDISABLE_XRANDR -DIMG_HEIGHT=200 -DIMG_WIDTH=200" - do_compile () { oe_runmake PREFIX=${prefix} oe_runmake all-desktop PREFIX=${prefix} |