diff options
Diffstat (limited to 'packages/libsdl/libsdl-qpe_1.2.9.bb')
-rw-r--r-- | packages/libsdl/libsdl-qpe_1.2.9.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/libsdl/libsdl-qpe_1.2.9.bb b/packages/libsdl/libsdl-qpe_1.2.9.bb index e33cf44e60..711a05d656 100644 --- a/packages/libsdl/libsdl-qpe_1.2.9.bb +++ b/packages/libsdl/libsdl-qpe_1.2.9.bb @@ -1,5 +1,7 @@ require libsdl.inc +PR="r1" + SECTION = "opie/libs" DEPENDS = "virtual/libqpe1 libopie2" @@ -13,6 +15,8 @@ SRC_URI += "\ file://fixlibs-1.2.9.patch;patch=1 \ file://explicit-extern-C.patch;patch=1 \ file://no-PAGE_SIZE.patch;patch=1 \ + file://fix_Makefile.am.patch;patch=1 \ + file://fix_configure.in.patch;patch=1 \ " EXTRA_OECONF = "--disable-static --disable-debug --enable-cdrom --enable-threads --enable-timers --enable-endian \ |