Commit 22f7c285 authored by Anton Midyukov's avatar Anton Midyukov

mobile.mk: do not add cups on sisyphus

parent e73437e4
...@@ -29,7 +29,9 @@ endif ...@@ -29,7 +29,9 @@ endif
@$(call add,THE_LISTS,mobile/base) @$(call add,THE_LISTS,mobile/base)
@$(call add,THE_LISTS,mobile/apps) @$(call add,THE_LISTS,mobile/apps)
@$(call add,THE_LISTS,mobile/AD) @$(call add,THE_LISTS,mobile/AD)
ifneq (sisyphus,$(BRANCH))
@$(call add,THE_LISTS,mobile/cups) @$(call add,THE_LISTS,mobile/cups)
endif
@$(call add,THE_LISTS,tagged/base+smartcard) @$(call add,THE_LISTS,tagged/base+smartcard)
@$(call add,THE_PACKAGES,polkit-rule-mobile) @$(call add,THE_PACKAGES,polkit-rule-mobile)
@$(call add,THE_PACKAGES,mesa-dri-drivers) @$(call add,THE_PACKAGES,mesa-dri-drivers)
......
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