1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2025-04-21 12:27:27 +03:00

libnsfb: update to 0.0.2

This commit is contained in:
kyak
2012-04-04 08:51:34 +04:00
parent 18bd88f76b
commit a347d74118
2 changed files with 21 additions and 15 deletions

View File

@@ -1,10 +1,20 @@
diff -ur libnsfb.orig/src/surface/Makefile libnsfb/src/surface/Makefile
--- libnsfb.orig/src/surface/Makefile 2010-11-20 13:13:46.000000000 +0300
+++ libnsfb/src/surface/Makefile 2010-11-20 13:42:01.000000000 +0300
@@ -1,4 +1,4 @@
--- a/src/surface/Makefile
+++ b/src/surface/Makefile
@@ -1,16 +1,8 @@
# Sources
-DIR_SOURCES := surface.c sdl.c vnc.c able.c ram.c linux.c x.c
+DIR_SOURCES := surface.c sdl.c ram.c linux.c
-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
Только в libnsfb/src/surface: Makefile~