diff options
Diffstat (limited to 'recipes/feh/feh-1.7/noxinerama.patch')
-rw-r--r-- | recipes/feh/feh-1.7/noxinerama.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/feh/feh-1.7/noxinerama.patch b/recipes/feh/feh-1.7/noxinerama.patch new file mode 100644 index 0000000000..d84d9d5d66 --- /dev/null +++ b/recipes/feh/feh-1.7/noxinerama.patch @@ -0,0 +1,13 @@ +--- a/config.mk 2010-06-10 14:16:09.000000000 +0400 ++++ b/config.mk 2010-06-21 01:30:35.615419264 +0400 +@@ -17,8 +17,8 @@ + CFLAGS += -Wall -Wextra -pedantic + + # Comment these out if you don't have libxinerama +-xinerama = -DHAVE_LIBXINERAMA +-xinerama_ld = -lXinerama ++# xinerama = -DHAVE_LIBXINERAMA ++# xinerama_ld = -lXinerama + + debug = -DDEBUG + # Uncomment this for debug mode |