mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 18:32:55 +00:00
add LIB_DEPENDS to FreeBSD package files [ci skip]
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
d842777f66
commit
c44ce33b57
1 changed files with 5 additions and 1 deletions
|
@ -18,7 +18,11 @@ WRKSRC = ${WRKDIR}/katie-master
|
|||
|
||||
USES = compiler:c++11-lang pkgconfig cmake ssl xorg sqlite:3 desktop-file-utils
|
||||
USE_XORG = xi xt xinerama xrandr xrender xcursor
|
||||
# BUILD_DEPENDS = zstd icu pcre png jpeg-turbo tiff libmng freetype2 fontconfig dbus cups libiodbc
|
||||
LIB_DEPENDS = libzstd.so:archivers/zstd libicuuc.so:devel/icu libicui18n.so:devel/icu \
|
||||
libpcre.so:devel/pcre libpng.so:graphics/png libjpeg.so:graphics/jpeg-turbo \
|
||||
libtiff.so:graphics/tiff libmng.so:graphics/libmng libfreetype.so:print/freetype2 \
|
||||
libfontconfig.so:x11-fonts/fontconfig libdbus-1.so:devel/dbus libcups.so:print/cups \
|
||||
libiodbc.so:databases/libiodbc
|
||||
CMAKE_ARGS = -DKATIE_TOOLS_SUFFIX="-katie"
|
||||
|
||||
OPTIONS_DEFINE = MYSQL PGSQL
|
||||
|
|
Loading…
Add table
Reference in a new issue