File: enable-png

package info (click to toggle)
matchbox-panel 0.9.3%2Bgit20100816-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 976 kB
  • sloc: ansic: 6,332; makefile: 164; sh: 11
file content (12 lines) | stat: -rw-r--r-- 337 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
Description: Fix check for enabling PNG support
--- a/configure.ac
+++ b/configure.ac
@@ -160,7 +160,7 @@
 
 dnl ---- Png Support -------------------------------------------------------
 
-if $PKG_CONFIG --libs libmb | grep png ; then
+if $PKG_CONFIG --libs --static libmb | grep png ; then
    found_png="yes"
 else
    found_png="no"