lxqt-session: disable BUNDLE_XDG_UTILS.

This commit is contained in:
Juan RP 2014-11-03 12:07:55 +01:00
parent 269fd390a9
commit 82ddf73e0d

View file

@ -1,9 +1,9 @@
# Template file for 'lxqt-session' # Template file for 'lxqt-session'
pkgname=lxqt-session pkgname=lxqt-session
version=0.8.0 version=0.8.0
revision=1 revision=2
build_style=cmake build_style=cmake
configure_args="-DUSE_QT5=1 -DLIB_SUFFIX=" configure_args="-DUSE_QT5=1 -DLIB_SUFFIX= -DBUNDLE_XDG_UTILS=NO"
hostmakedepends="cmake pkg-config" hostmakedepends="cmake pkg-config"
makedepends="qt5-tools-devel liblxqt-devel libqtxdg-devel" makedepends="qt5-tools-devel liblxqt-devel libqtxdg-devel"
short_desc="LXQt session handler" short_desc="LXQt session handler"