summaryrefslogblamecommitdiffstats
path: root/extra/source/tigervnc/patches/tigervnc13_link_png.patch
blob: e5f3374aa296c3a58842823dcb2cc87308bde24f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
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)