aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/x11/build.rules
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/x11/build.rules')
-rw-r--r--backends/platform/x11/build.rules7
1 files changed, 7 insertions, 0 deletions
diff --git a/backends/platform/x11/build.rules b/backends/platform/x11/build.rules
new file mode 100644
index 0000000000..1540d452d6
--- /dev/null
+++ b/backends/platform/x11/build.rules
@@ -0,0 +1,7 @@
+# Build settings for the X11 backend
+MODULES += backends/x11
+OBJS += backends/x11/x11.o
+DEFINES += -DUNIX -DX11_BACKEND
+LDFLAGS += -L/usr/X11R6/lib -L/usr/local/lib
+INCLUDES+= -I/usr/X11R6/include
+LIBS += -lpthread -lXext -lX11