diff options
Diffstat (limited to 'backends/platform/x11')
-rw-r--r-- | backends/platform/x11/build.rules | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/backends/platform/x11/build.rules b/backends/platform/x11/build.rules deleted file mode 100644 index 1540d452d6..0000000000 --- a/backends/platform/x11/build.rules +++ /dev/null @@ -1,7 +0,0 @@ -# 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 |