All the free Unix-compatible platforms we support have CUPS support, so require it from the get-go.
34 lines
399 B
Makefile
34 lines
399 B
Makefile
SUBDIRS= \
|
|
common \
|
|
background \
|
|
power \
|
|
color \
|
|
display \
|
|
mouse \
|
|
notifications \
|
|
online-accounts \
|
|
region \
|
|
info \
|
|
sound \
|
|
keyboard \
|
|
universal-access \
|
|
user-accounts \
|
|
datetime \
|
|
search \
|
|
privacy \
|
|
sharing \
|
|
printers
|
|
|
|
if BUILD_WACOM
|
|
SUBDIRS += wacom
|
|
endif
|
|
|
|
if BUILD_NETWORK
|
|
SUBDIRS += network
|
|
endif
|
|
|
|
if BUILD_BLUETOOTH
|
|
SUBDIRS += bluetooth
|
|
endif
|
|
|
|
-include $(top_srcdir)/git.mk
|