From 0a95e15cdc87de0136734e784d487f9b03170bbb Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sun, 2 Jan 2011 02:07:27 +0100 Subject: initial checkin of my nanonote ports feed, including a small README. --- libnsfb/patches/030-remove-unused-frontends.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 libnsfb/patches/030-remove-unused-frontends.patch (limited to 'libnsfb/patches/030-remove-unused-frontends.patch') diff --git a/libnsfb/patches/030-remove-unused-frontends.patch b/libnsfb/patches/030-remove-unused-frontends.patch new file mode 100644 index 0000000..7bf811d --- /dev/null +++ b/libnsfb/patches/030-remove-unused-frontends.patch @@ -0,0 +1,18 @@ +--- a/src/surface/Makefile 2010-10-10 06:21:54.469717609 +0200 ++++ b/src/surface/Makefile 2010-10-10 06:22:20.259716132 +0200 +@@ -1,4 +1,4 @@ + # 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 + + include build/makefiles/Makefile.subdir +--- a/libnsfb.pc.in 2010-10-10 19:08:10.649146014 +0200 ++++ b/libnsfb.pc.in 2010-10-10 19:08:22.077902040 +0200 +@@ -6,6 +6,6 @@ + Name: libnsfb + Description: Provides framebuffer access for netsurf. + Version: VERSION +-Requires: sdl xcb xcb-icccm xcb-image xcb-keysyms ++Requires: sdl + Libs: -L${libdir} -lnsfb + Cflags: -I${includedir} -- cgit v1.2.3