aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authornotaz2013-02-18 03:06:01 +0200
committernotaz2013-02-18 03:06:01 +0200
commit7010034e5499a82f96f9fb45e7be31789a3f63b9 (patch)
tree234d693977f035289124773af4087266b6f7b923 /configure
parent84b0e44599886bac368fa48cd82979019adb904d (diff)
downloadpcsx_rearmed-7010034e5499a82f96f9fb45e7be31789a3f63b9.tar.gz
pcsx_rearmed-7010034e5499a82f96f9fb45e7be31789a3f63b9.tar.bz2
pcsx_rearmed-7010034e5499a82f96f9fb45e7be31789a3f63b9.zip
frontend: maemo: some refactoring
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 1 insertions, 4 deletions
diff --git a/configure b/configure
index 8b5cbda..50378ca 100755
--- a/configure
+++ b/configure
@@ -295,10 +295,7 @@ generic)
need_sdl="yes"
;;
maemo)
- maemo_cflags=`pkg-config --cflags hildon-1`
- maemo_ldlibs=`pkg-config --libs hildon-1`
- CFLAGS="$CFLAGS -DMAEMO -DMAEMO_CHANGES $maemo_cflags"
- MAIN_LDLIBS="$MAIN_LDLIBS $maemo_ldlibs"
+ CFLAGS="$CFLAGS -DMAEMO -DMAEMO_CHANGES"
;;
libretro)
CFLAGS="$CFLAGS -fPIC"