OpenWrt packages
Sign in or create your account | Project List | Help
OpenWrt packages Git Source Tree
Root/
| 1 | --- a/src/surface/Makefile |
| 2 | +++ b/src/surface/Makefile |
| 3 | @@ -1,16 +1,8 @@ |
| 4 | # Sources |
| 5 | -DIR_SOURCES := surface.c able.c ram.c linux.c |
| 6 | +DIR_SOURCES := surface.c ram.c linux.c |
| 7 | |
| 8 | ifeq ($(NSFB_SDL_AVAILABLE),yes) |
| 9 | DIR_SOURCES := $(DIR_SOURCES) sdl.c |
| 10 | endif |
| 11 | |
| 12 | -ifeq ($(NSFB_XCB_AVAILABLE),yes) |
| 13 | - DIR_SOURCES := $(DIR_SOURCES) x.c |
| 14 | -endif |
| 15 | - |
| 16 | -ifeq ($(NSFB_VNC_AVAILABLE),yes) |
| 17 | - DIR_SOURCES := $(DIR_SOURCES) vnc.c |
| 18 | -endif |
| 19 | - |
| 20 | include build/makefiles/Makefile.subdir |
| 21 |
