mkimage-profiles/features.in/xdg-user-dirs/config.mk
Michael Shigorin d79061fb44 xdg-user-dirs: employ control feature
Maybe the conditionals shouldn't be too terse, by the way...
2013-07-15 13:56:00 +04:00

11 lines
372 B
Makefile

use/xdg-user-dirs: use/control
@$(call add_feature)
@$(call add,CONTROL,xdg-user-dirs:enabled)
@$(call add,THE_PACKAGES,xdg-user-dirs)
@$(call xport,XDG_USER_DIRS)
# tweak some values to move these dirs into Documents/
use/xdg-user-dirs/deep: use/xdg-user-dirs
@$(call add,XDG_USER_DIRS,MOVIES:Documents/Videos)
@$(call add,XDG_USER_DIRS,PHOTOS:Documents/Pictures)