All the major functionality is present, but the virtual device stuff needs further work with the designers before being included.
26 lines
297 B
Makefile
26 lines
297 B
Makefile
SUBDIRS= \
|
|
common \
|
|
background \
|
|
screen \
|
|
power \
|
|
color \
|
|
display \
|
|
media \
|
|
mouse \
|
|
region \
|
|
info \
|
|
sound \
|
|
keyboard \
|
|
universal-access \
|
|
user-accounts \
|
|
datetime
|
|
|
|
if BUILD_PRINTERS
|
|
SUBDIRS += printers
|
|
endif
|
|
|
|
if BUILD_NETWORK
|
|
SUBDIRS += network
|
|
endif
|
|
|
|
-include $(top_srcdir)/git.mk
|