]> git.pld-linux.org Git - packages/xpdf.git/blobdiff - dynamic_private.patch
package private libraries used by tools, use them by main binary too
[packages/xpdf.git] / dynamic_private.patch
diff --git a/dynamic_private.patch b/dynamic_private.patch
new file mode 100644 (file)
index 0000000..b59ad92
--- /dev/null
@@ -0,0 +1,20 @@
+--- a/xpdf-qt/CMakeLists.txt.orig      2017-08-09 01:22:50.000000000 +0200
++++ b/xpdf-qt/CMakeLists.txt   2017-11-19 12:38:14.000000000 +0100
+@@ -63,9 +63,6 @@
+   endif ()
+   add_executable(xpdf
+-    $<TARGET_OBJECTS:goo_objs>
+-    $<TARGET_OBJECTS:fofi_objs>
+-    $<TARGET_OBJECTS:splash_objs>
+     $<TARGET_OBJECTS:xpdf_objs>
+     $<TARGET_OBJECTS:xpdf_widget_objs>
+     ${XPDFWIDGET_PRINT_MODULES}
+@@ -81,6 +78,7 @@
+     ${XPDF_ICONS}
+   )
+   target_link_libraries(xpdf ${QT_LIBRARIES} ${EXTRA_QT_LIBRARIES}
++                      goo fofi splash
+                         ${FREETYPE_LIBRARY} ${FREETYPE_OTHER_LIBS}
+                         ${DTYPE_LIBRARY} ${LCMS_LIBRARY}
+                         ${CMAKE_THREAD_LIBS_INIT})
This page took 0.031883 seconds and 4 git commands to generate.