aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornotaz2011-01-13 22:41:25 +0200
committernotaz2011-01-16 00:03:52 +0200
commit447783f8d0108feedf3a5801c1f61853d046a733 (patch)
tree6c0cc8063ce0ba7420cc3a0edd315f1c7c1e1c5c /Makefile
parentf1b3b36958ea1bb74c86b3480dfb3144060fdb0c (diff)
downloadpcsx_rearmed-447783f8d0108feedf3a5801c1f61853d046a733.tar.gz
pcsx_rearmed-447783f8d0108feedf3a5801c1f61853d046a733.tar.bz2
pcsx_rearmed-447783f8d0108feedf3a5801c1f61853d046a733.zip
some quick input code for PC build
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 644639b..5896158 100644
--- a/Makefile
+++ b/Makefile
@@ -81,6 +81,10 @@ OBJS += frontend/plat_omap.o
else
OBJS += frontend/plat_dummy.o
endif
+ifdef X11
+frontend/%.o: CFLAGS += -DX11
+OBJS += frontend/xkb.o
+endif
ifdef PCNT
CFLAGS += -DPCNT
endif