Browse Source

ntk needs -pthread

Signed-off-by: falkTX <falktx@falktx.com>
master
falkTX 1 week ago
parent
commit
ebaa842a21
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      sources/libs/ntk-static/debian/changelog
  2. +2
    -2
      sources/libs/ntk-static/debian/patches/force-libs.patch

+ 1
- 1
sources/libs/ntk-static/debian/changelog View File

@@ -1,4 +1,4 @@
ntk-static (6:1.3.1001+git20251025-1kxstudio1) focal; urgency=medium
ntk-static (6:1.3.1001+git20251025-1kxstudio2) focal; urgency=medium


* Initial package * Initial package




+ 2
- 2
sources/libs/ntk-static/debian/patches/force-libs.patch View File

@@ -5,7 +5,7 @@
Requires: cairo >= 1.9.0 Requires: cairo >= 1.9.0
Requires.private: x11 xft Requires.private: x11 xft
-Libs: -L${libdir} -lntk -Libs: -L${libdir} -lntk
+Libs: -L${libdir} -lntk -lcairo -lgobject-2.0 -lglib-2.0 -lpixman-1 -lpng16 -lfontconfig -lXft -lfreetype -lXrender -lX11 -ldl -lz
+Libs: -L${libdir} -lntk -lcairo -lgobject-2.0 -lglib-2.0 -lpixman-1 -lpng16 -lfontconfig -lXft -lfreetype -lXrender -lX11 -ldl -lz -pthread
Cflags: -I${includedir}/ntk @CFLAGS@ Cflags: -I${includedir}/ntk @CFLAGS@
--- ntk-static-0.0.0+git20130930.orig/ntk_images.pc.in --- ntk-static-0.0.0+git20130930.orig/ntk_images.pc.in
+++ ntk-static-0.0.0+git20130930/ntk_images.pc.in +++ ntk-static-0.0.0+git20130930/ntk_images.pc.in
@@ -14,5 +14,5 @@
Requires: cairo >= 1.9.0 Requires: cairo >= 1.9.0
Requires.private: x11 xft Requires.private: x11 xft
-Libs: -L${libdir} -lntk_images -lntk -Libs: -L${libdir} -lntk_images -lntk
+Libs: -L${libdir} -lntk_images -lntk -lcairo -lgobject-2.0 -lglib-2.0 -lpixman-1 -lpng16 -lfontconfig -lXft -lfreetype -lXrender -lX11 -ldl -lz
+Libs: -L${libdir} -lntk_images -lntk -lcairo -lgobject-2.0 -lglib-2.0 -lpixman-1 -lpng16 -lfontconfig -lXft -lfreetype -lXrender -lX11 -ldl -lz -pthread
Cflags: -I${includedir}/ntk @CFLAGS@ Cflags: -I${includedir}/ntk @CFLAGS@

Loading…
Cancel
Save