aboutsummaryrefslogtreecommitdiff
path: root/libnsfb/patches/030-remove-unused-frontends.patch
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2011-01-02 02:07:27 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2011-01-02 02:07:27 +0100
commit0a95e15cdc87de0136734e784d487f9b03170bbb (patch)
treeadae83e51ba5b78869f51aa43cfe8ebfb762ec41 /libnsfb/patches/030-remove-unused-frontends.patch
downloadnanonote-ports-0a95e15cdc87de0136734e784d487f9b03170bbb.tar.gz
initial checkin of my nanonote ports feed, including a small README.
Diffstat (limited to 'libnsfb/patches/030-remove-unused-frontends.patch')
-rw-r--r--libnsfb/patches/030-remove-unused-frontends.patch18
1 files changed, 18 insertions, 0 deletions
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}