gumbo: Use gumbo-parser's own pkgconfig files

This commit is contained in:
David Yip 2017-08-07 02:40:24 -05:00
parent afe5b06584
commit a32c13a1c1
1 changed files with 0 additions and 8 deletions

View File

@ -19,14 +19,6 @@ define $(PKG)_BUILD
sbin_PROGRAMS= \
noinst_PROGRAMS=
# create pkg-config files
$(INSTALL) -d '$(PREFIX)/$(TARGET)/lib/pkgconfig'
(echo 'Name: $(PKG)'; \
echo 'Version: $($(PKG)_VERSION)'; \
echo 'Description: Gumbo, an HTML5 parsing library'; \
echo 'Libs: -lgumbo';) \
> '$(PREFIX)/$(TARGET)/lib/pkgconfig/$(PKG).pc'
# compile test
'$(TARGET)-gcc' \
-W -Wall -Werror -ansi -pedantic \