mirror of
https://github.com/labwc/labwc.git
synced 2026-06-17 14:33:30 -04:00
17 lines
190 B
Meson
17 lines
190 B
Meson
labwc_sources += files(
|
|
'img-png.c',
|
|
'img-xbm.c',
|
|
)
|
|
|
|
if have_xpm
|
|
labwc_sources += files(
|
|
'img-xpm.c',
|
|
)
|
|
endif
|
|
|
|
if have_rsvg
|
|
labwc_sources += files(
|
|
'img-svg.c',
|
|
)
|
|
endif
|
|
|