Commit e32ca054 authored by Anton Midyukov's avatar Anton Midyukov

mixin.mk: fix condition in mixin/regular-kde

Workaround for branch p10 only.
parent daa1e6ed
......@@ -140,7 +140,7 @@ mixin/regular-kde: use/x11/kde \
use/x11/kde-display-manager-lightdm \
use/fonts/ttf/google use/fonts/ttf/redhat use/fonts/zerg \
use/domain-client
ifeq (,$(filter-out sisyphus p11,$(BRANCH)))
ifneq (,$(filter-out p10,$(BRANCH)))
@$(call add,THE_PACKAGES,xdg-desktop-portal-kde)
@$(call add,BASE_PACKAGES,plasma-discover)
@$(call add,THE_PACKAGES,kf5-kirigami)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment