From aa07fb044d01b39810306bfd5e9751301036c308 Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Thu, 1 Jun 2017 16:22:20 +0300 Subject: [PATCH] regular.mk: add smartcard support to mate flavour This makes more sense than with rescue as it's not only hardware support check then but also actual functionality can be tested. Looks like MATE is the DE we rather expect/recommend in environments where PC/SC tends to pop up. --- conf.d/regular.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.d/regular.mk b/conf.d/regular.mk index 8e9ee003..ad2a5d79 100644 --- a/conf.d/regular.mk +++ b/conf.d/regular.mk @@ -164,6 +164,7 @@ distro/regular-mate: distro/.regular-gtk +nm \ use/x11/mate use/fonts/ttf/google use/domain-client @$(call add,LIVE_LISTS,$(call tags,mobile mate)) @$(call add,LIVE_LISTS,$(call tags,desktop sane)) + @$(call add,LIVE_LISTS,$(call tags,base smartcard)) distro/regular-e17: distro/.regular-gtk use/x11/e17 use/fonts/infinality; @: