Skip to content

Commit

Permalink
build: lcui.pc -> lcui2.pc
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-soft committed Mar 2, 2020
1 parent 7cb6a42 commit 79951a5
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
@@ -1,7 +1,7 @@
AUTOMAKE_OPTIONS=foreign
SUBDIRS=src build include test
ACLOCAL_AMFLAGS=-I m4
pkgconfig_DATA = $(PACKAGE).pc
pkgconfig_DATA = $(PACKAGE)2.pc

EXTRA_DIST=autogen.sh README README.zh-cn.md README.md LICENSE.TXT \
CHANGELOG.md \
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -212,7 +212,7 @@ AC_SUBST(PACKAGE_LIBS)
AC_SUBST(CFLAGS)
AC_SUBST(CXXFLAGS)
AC_CONFIG_FILES([
lcui.pc
lcui2.pc
Makefile
build/Makefile
include/Makefile
Expand Down
11 changes: 11 additions & 0 deletions lcui2.pc
@@ -0,0 +1,11 @@
prefix=/usr/local
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include

Name: LCUI
Description: A small C library for building user interfaces with C, XML and CSS.
Version: 2.0.0
Libs: -L${libdir} -lLCUI
Libs.private: -lxml2 -lfreetype -lfontconfig -lfreetype -lX11 -lpng16 -lz -ljpeg -ljpeg
Cflags: -I${includedir}
File renamed without changes.

0 comments on commit 79951a5

Please sign in to comment.