mirror of
https://bitbucket.org/smil3y/katana.git
synced 2025-02-23 10:22:46 +00:00
packaging: move setxkbmap to runtime dependencies
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
1cc996eb19
commit
f20838dc56
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ USE_LDCONFIG = yes
|
|||
SHEBANG_FILES = kdeui/preparetips
|
||||
RUN_DEPENDS = xdg-open:devel/xdg-utils \
|
||||
${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme \
|
||||
ck-list-sessions:sysutils/consolekit2
|
||||
ck-list-sessions:sysutils/consolekit2 setxkbmap:x11/setxkbmap
|
||||
# xz is not part of any package
|
||||
LIB_DEPENDS = libKtCore.so:katana/katie \
|
||||
libenchant-2.so:textproc/enchant2 libwebp.so:graphics/webp libexiv2.so:graphics/exiv2 \
|
||||
|
@ -30,7 +30,7 @@ LIB_DEPENDS = libKtCore.so:katana/katie \
|
|||
libspectre.so:print/libspectre libraw_r.so:graphics/libraw libtiff.so:graphics/tiff \
|
||||
libfreetype.so:print/freetype2 libturbojpeg.so:graphics/libjpeg-turbo \
|
||||
libopenjp2.so:graphics/openjpeg libdeflate.so:archivers/libdeflate \
|
||||
libdjvulibre.so:graphics/djvulibre setxkbmap:x11/setxkbmap
|
||||
libdjvulibre.so:graphics/djvulibre
|
||||
CMAKE_ARGS = -Wno-dev
|
||||
LDFLAGS += -Wl,--as-needed
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue