mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 00:30:08 +00:00
9 lines
70 B
Makefile
9 lines
70 B
Makefile
|
|
if USE_X11
|
|
XDIRS=gdk-pixbuf-xlib
|
|
else
|
|
XDIRS=
|
|
endif
|
|
|
|
SUBDIRS=$(XDIRS)
|