diff options
Diffstat (limited to 'src/meson.build')
| -rw-r--r-- | src/meson.build | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/src/meson.build b/src/meson.build index 6cfe202a9..2b72ed684 100644 --- a/src/meson.build +++ b/src/meson.build @@ -4,21 +4,22 @@ #add_subdirectory(libdepixelize) subdir('debug') -subdir('libcroco') #libspobject depends on libcroco, so here the order matters -subdir('live_effects') #libspobject depends on liblpe, so here the order matters -subdir('helper') #libspobject depends on libhelper, so here the order matters -subdir('object') #libwidgets depends on libspobject, so here the order matters +subdir('libcroco') # required by object, so here the order matters +subdir('live_effects') # required by object +subdir('helper') # required by object +subdir('object') # required by widgets subdir('widgets') +subdir('livarot') # required by libnrtype +subdir('svg') # required by libnrtype +subdir('libnrtype') +subdir('extension') subdir('io') subdir('util') -subdir('svg') subdir('libavoid') -subdir('libvpsc') #libcola depends on libvpsc, so here the order matters +subdir('libvpsc') # required by libcola subdir('libcola') subdir('2geom') subdir('inkgc') -subdir('livarot') #libnrtype depends on livarot, so here the order matters -subdir('libnrtype') subdir('ui') subdir('display') subdir('xml') |
