summaryrefslogtreecommitdiffstats
path: root/extra/source/tigervnc/patches/tigervnc13_link_png.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extra/source/tigervnc/patches/tigervnc13_link_png.patch')
-rw-r--r--extra/source/tigervnc/patches/tigervnc13_link_png.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/extra/source/tigervnc/patches/tigervnc13_link_png.patch b/extra/source/tigervnc/patches/tigervnc13_link_png.patch
new file mode 100644
index 000000000..e5f3374aa
--- /dev/null
+++ b/extra/source/tigervnc/patches/tigervnc13_link_png.patch
@@ -0,0 +1,12 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 4689566..e3475f7 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -265,6 +265,7 @@ if(UNIX AND NOT APPLE)
+ if(X11_Xcursor_FOUND)
+ set(FLTK_LIBRARIES ${FLTK_LIBRARIES} ${X11_Xcursor_LIB})
+ endif()
++ set(FLTK_LIBRARIES ${FLTK_LIBRARIES} png)
+ endif()
+
+ if(FLTK_FOUND)