summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2019-08-25 17:10:47 -0700
committerMatt Turner <mattst88@gentoo.org>2019-08-25 17:15:42 -0700
commit8f16fd8efc44fe412b759918e4e433f27bc65755 (patch)
treefd00a1f3845b8d98ea751a821796ad4a9d42db73 /eclass/xorg-3.eclass
parentapp-emulation/simplevirt: snapshot bump (diff)
downloadgentoo-8f16fd8efc44fe412b759918e4e433f27bc65755.tar.gz
gentoo-8f16fd8efc44fe412b759918e4e433f27bc65755.tar.bz2
gentoo-8f16fd8efc44fe412b759918e4e433f27bc65755.zip
xorg-3.eclass: Add media-fonts/ to a couple cases
media-fonts/font-util doesn't require all of the extra logic xorg-2 contains for fonts. Adding these two lines are needed for new font-util to use xorg-3. Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'eclass/xorg-3.eclass')
-rw-r--r--eclass/xorg-3.eclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/eclass/xorg-3.eclass b/eclass/xorg-3.eclass
index 217aadecb3b3..b8dca22726d1 100644
--- a/eclass/xorg-3.eclass
+++ b/eclass/xorg-3.eclass
@@ -72,6 +72,7 @@ IUSE=""
if [[ ${XORG_MODULE} == auto ]]; then
case ${CATEGORY} in
app-doc) XORG_MODULE=doc/ ;;
+ media-fonts) XORG_MODULE=font/ ;;
x11-apps|x11-wm) XORG_MODULE=app/ ;;
x11-misc|x11-themes) XORG_MODULE=util/ ;;
x11-base) XORG_MODULE=xserver/ ;;
@@ -140,6 +141,7 @@ if [[ ${XORG_STATIC} == yes \
&& ${CATEGORY} != app-doc \
&& ${CATEGORY} != x11-apps \
&& ${CATEGORY} != x11-drivers \
+ && ${CATEGORY} != media-fonts \
&& ${PN} != util-macros \
&& ${PN} != xbitmaps \
&& ${PN} != xorg-cf-files \