]> pilppa.org Git - familiar-h63xx-build.git/commitdiff
libqpe-opie: build with non-windowed mode for ipaq-pxa270.
authorRene Wagner <rw@handhelds.org>
Sun, 23 Jul 2006 21:00:23 +0000 (23:00 +0200)
committerRene Wagner <rw@handhelds.org>
Sun, 23 Jul 2006 21:00:23 +0000 (23:00 +0200)
Signed-off-by: Rene Wagner <rw@handhelds.org>
org.handhelds.familiar/packages/libqpe/libqpe-opie.inc
org.handhelds.familiar/packages/libqpe/libqpe-opie_1.2.1.bb

index 3e7c74e7effca44d3fdc7b74900c063f877a6109..9e157e30ddde7bcc8ed5b6a171162570ce70d1f5 100644 (file)
@@ -20,6 +20,7 @@ CXXFLAGS_append_c7x0 =  " -DOPIE_NO_WINDOWED "
 CXXFLAGS_append_tosa =  " -DOPIE_NO_WINDOWED "
 CXXFLAGS_append_spitz = " -DOPIE_NO_WINDOWED "
 CXXFLAGS_append_akita = " -DOPIE_NO_WINDOWED "
+CXXFLAGS_append_ipaq-pxa270 = " -DOPIE_NO_WINDOWED "
 
 do_compile_prepend_mnci () {
        ln -s custom-ramses.h custom.h
index 6cd4368187e6e47da2b4026fe95a146b32138553..0f5d48d5d3cbaffbedf32706b5de806a2ace94b2 100644 (file)
@@ -1,4 +1,6 @@
 include ${PN}.inc
+
+PR = "r1"
     
 TAG = "${@'v' + bb.data.getVar('PV',d,1).replace('.', '_')}"