diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-12-11 17:18:33 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-12-11 17:19:03 +0100 |
commit | cf1808147751ddb95788f2c3b30ab4d62dbe343b (patch) | |
tree | 7e433444ddb27471e63e4b83646119014237718c /profiles/embedded | |
parent | licenses: Remove unused Ikanos license (diff) | |
download | gentoo-cf1808147751ddb95788f2c3b30ab4d62dbe343b.tar.gz gentoo-cf1808147751ddb95788f2c3b30ab4d62dbe343b.tar.bz2 gentoo-cf1808147751ddb95788f2c3b30ab4d62dbe343b.zip |
x11-base/xorg-drivers: [QA] Remove support for removed xf86-*-tslib
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles/embedded')
-rw-r--r-- | profiles/embedded/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/embedded/make.defaults b/profiles/embedded/make.defaults index a424cbb27e12..e0ee78c89ae9 100644 --- a/profiles/embedded/make.defaults +++ b/profiles/embedded/make.defaults @@ -10,7 +10,7 @@ EBEEP_IGNORE="1" PORTAGE_WORKDIR_MODE="2775" PORTAGE_ECLASS_WARNING_ENABLE="0" -INPUT_DEVICES="evdev mouse keyboard tslib" +INPUT_DEVICES="evdev mouse keyboard" VIDEO_CARDS="fbdev" KERNEL="linux" USERLAND="GNU" |