some quick input code for PC build
[pcsx_rearmed.git] / Makefile
index 644639b..5896158 100644 (file)
--- 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