added missing dependency

This commit is contained in:
Martin Felis
2013-12-05 18:05:01 +01:00
parent 95a086a47f
commit 41b2db04a7
233 changed files with 139182 additions and 6 deletions
+24
View File
@@ -0,0 +1,24 @@
#! /bin/sh
# libpng-config
# provides configuration info for libpng.
# Copyright (C) 2002 Glenn Randers-Pehrson
# This code is released under the libpng license.
# For conditions of distribution and use, see the disclaimer
# and license in png.h
# Modeled after libxml-config.
version=1.5.6
prefix=""
libdir=""
libs=""
I_opts=""
L_opts=""
R_opts=""
cppflags=""
ccopts=""
ldopts=""