X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=Makefile;h=5b2bef7c0067f1ddc470f0c2da43d16aa0cb3e20;hp=9f8b7772d7e18b3200d02bc381b8091e1398e84b;hb=a53073ec52f5944c7833e176fec5ac49dc9e1e45;hpb=d57557c0644f9294e30657f0c7cf673cf2914695 diff --git a/Makefile b/Makefile index 9f8b7772..5b2bef7c 100644 --- a/Makefile +++ b/Makefile @@ -171,9 +171,13 @@ USE_PLUGIN_LIB = 1 USE_FRONTEND = 1 endif ifeq "$(PLATFORM)" "maemo" -OBJS += maemo/hildon.o maemo/main.o +OBJS += maemo/hildon.o maemo/main.o maemo/maemo_xkb.o frontend/pl_gun_ts.o maemo/%.o: maemo/%.c USE_PLUGIN_LIB = 1 +LDFLAGS += $(shell pkg-config --libs hildon-1 libpulse) +CFLAGS += $(shell pkg-config --cflags hildon-1) -DHAVE_TSLIB +CFLAGS += `pkg-config --cflags glib-2.0 libosso dbus-1 hildon-fm-2` +LDFLAGS += `pkg-config --libs glib-2.0 libosso dbus-1 hildon-fm-2` endif ifeq "$(PLATFORM)" "libretro" OBJS += frontend/libretro.o