mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-05 08:45:56 +02:00
21 lines
456 B
Diff
21 lines
456 B
Diff
--- a/src/surface/Makefile
|
|
+++ b/src/surface/Makefile
|
|
@@ -1,16 +1,8 @@
|
|
# Sources
|
|
-DIR_SOURCES := surface.c able.c ram.c linux.c
|
|
+DIR_SOURCES := surface.c ram.c linux.c
|
|
|
|
ifeq ($(NSFB_SDL_AVAILABLE),yes)
|
|
DIR_SOURCES := $(DIR_SOURCES) sdl.c
|
|
endif
|
|
|
|
-ifeq ($(NSFB_XCB_AVAILABLE),yes)
|
|
- DIR_SOURCES := $(DIR_SOURCES) x.c
|
|
-endif
|
|
-
|
|
-ifeq ($(NSFB_VNC_AVAILABLE),yes)
|
|
- DIR_SOURCES := $(DIR_SOURCES) vnc.c
|
|
-endif
|
|
-
|
|
include build/makefiles/Makefile.subdir
|