diff options
Diffstat (limited to 'user/imlib2/fix-pkgconfig.patch')
-rw-r--r-- | user/imlib2/fix-pkgconfig.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/user/imlib2/fix-pkgconfig.patch b/user/imlib2/fix-pkgconfig.patch new file mode 100644 index 000000000..9823272b1 --- /dev/null +++ b/user/imlib2/fix-pkgconfig.patch @@ -0,0 +1,11 @@ +diff '--color=auto' -Nurd imlib2-1.7.0/imlib2.pc.in imlib2-1.7.0.new/imlib2.pc.in +--- imlib2-1.7.0/imlib2.pc.in 2016-04-14 10:13:33.000000000 -0700 ++++ imlib2-1.7.0.new/imlib2.pc.in 2025-06-28 00:01:06.076107668 -0700 +@@ -6,6 +6,7 @@ + Name: imlib2 + Description: Powerful image loading and rendering library + Version: @VERSION@ ++Requires.private: freetype2, libpng + Libs: -L${libdir} -lImlib2 + Cflags: -I${includedir} + |