meson: remove config.h.meson
authorTim-Philipp Müller <tim@centricular.com>
Fri, 9 Jun 2017 20:37:48 +0000 (21:37 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 9 Jun 2017 20:37:48 +0000 (21:37 +0100)
config.h.meson [deleted file]
meson.build

diff --git a/config.h.meson b/config.h.meson
deleted file mode 100644 (file)
index d1f3d07..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#mesondefine VERSION
-#mesondefine PACKAGE
-#mesondefine PACKAGE_VERSION
-#mesondefine PACKAGE_BUGREPORT
-#mesondefine PACKAGE_NAME
-#mesondefine GETTEXT_PACKAGE
-#mesondefine GST_API_VERSION
-#mesondefine GST_PACKAGE_NAME
-#mesondefine GST_PACKAGE_ORIGIN
-#mesondefine GST_LICENSE
-#mesondefine LIBDIR
-
-#mesondefine HAVE_GST_VALIDATE
index 7236331eed0e4f299c91edb3d07105b65a190ab1..a1e8f7569f31be26acebd375c21ab55559815f20 100644 (file)
@@ -47,7 +47,6 @@ cdata.set('PACKAGE_NAME', '"GStreamer Editing Services"')
 cdata.set('GST_PACKAGE_NAME', '"GStreamer Editing Services"')
 cdata.set('GST_PACKAGE_ORIGIN', '"Unknown package origin"')
 cdata.set('GST_LICENSE', '"LGPL"')
-cdata.set('LIBDIR', '"@0@"'.format(get_option('libdir')))
 
 # Mandatory GST deps
 gst_dep = dependency('gstreamer-' + apiversion, version : gst_req,
@@ -81,9 +80,7 @@ if gstvalidate_dep.found()
     cdata.set('HAVE_GST_VALIDATE', 1)
 endif
 
-configure_file(input : 'config.h.meson',
-  output : 'config.h',
-  configuration : cdata)
+configure_file(output : 'config.h', configuration : cdata)
 
 
 gir = find_program('g-ir-scanner', required : false)