diff options
author | Chris <xchrisx@uber.space> | 2020-01-01 16:44:57 +0100 |
---|---|---|
committer | Chris <xchrisx@uber.space> | 2020-01-01 16:44:57 +0100 |
commit | fd558def9c18326a2d37e833bf1d7ae2d61f5bc9 (patch) | |
tree | e460f73763e9e1bab98681c0ec0d162af71cb9e7 /trinity-base | |
parent | ab194d5237352e035d8a6cd368e451bed1cecfe7 (diff) | |
download | tde-packaging-gentoo-fd558def9c18326a2d37e833bf1d7ae2d61f5bc9.tar.gz tde-packaging-gentoo-fd558def9c18326a2d37e833bf1d7ae2d61f5bc9.zip |
KControl: Add tdehw use flag, to build device manager and monitor.
Signed-off-by: Chris <xchrisx@uber.space>
Diffstat (limited to 'trinity-base')
-rw-r--r-- | trinity-base/kcontrol/kcontrol-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/trinity-base/kcontrol/kcontrol-9999.ebuild b/trinity-base/kcontrol/kcontrol-9999.ebuild index 44287b96..3bcfb30d 100644 --- a/trinity-base/kcontrol/kcontrol-9999.ebuild +++ b/trinity-base/kcontrol/kcontrol-9999.ebuild @@ -8,7 +8,7 @@ inherit trinity-meta DESCRIPTION="The Trinity Control Center" KEYWORDS= -IUSE="samba logitech-mouse ieee1394 +xrandr" +IUSE="samba logitech-mouse ieee1394 +xrandr +tdehw" DEPEND="x11-libs/libX11 x11-libs/libXrender @@ -40,6 +40,7 @@ src_configure() { $(cmake-utils_use_with logitech-mouse LIBUSB) $(cmake-utils_use_with ieee1394 LIBRAW1394) $(cmake-utils_use_with xrandr XRANDR) + $(cmake-utils_use_with tdehw TDEHWLIB) ) trinity-meta_src_configure |