mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 22:05:58 +00:00
meson: Move vs_module_defs_dir to the validate subdirectory
It's validate/win32/ and not just win32/ https://bugzilla.gnome.org/show_bug.cgi?id=774638
This commit is contained in:
parent
665a2e732b
commit
b46e80080f
2 changed files with 2 additions and 2 deletions
|
@ -80,8 +80,6 @@ gnome = import('gnome')
|
|||
|
||||
gtkdoc = find_program('gtkdoc-scan', required : false)
|
||||
|
||||
vs_module_defs_dir = meson.current_source_dir() + '/win32/common/'
|
||||
|
||||
subdir('validate')
|
||||
|
||||
python3 = find_program('python3')
|
||||
|
|
|
@ -14,6 +14,8 @@ cdata.set('PACKAGE_NAME', '"GStreamer Validate"')
|
|||
cdata.set('PACKAGE_VERSION', '"@0@"'.format(gst_version))
|
||||
configure_file(output : 'config.h', configuration : cdata)
|
||||
|
||||
vs_module_defs_dir = meson.current_source_dir() + '/win32/common/'
|
||||
|
||||
subdir('data')
|
||||
subdir('gst')
|
||||
subdir('launcher')
|
||||
|
|
Loading…
Reference in a new issue