mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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>
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user