meson - sync tree to look like e/efl with meson scripts in meson dir

v-0.4.0
Carsten Haitzler 5 years ago
parent ae961da8dd
commit db019b569e
  1. 2
      meson-chmod.sh
  2. 2
      meson.build
  3. 2
      meson/meson-chmod.sh

@ -1,2 +0,0 @@
#!/bin/sh
chmod "$1" "${DESTDIR}/$2"

@ -9,7 +9,7 @@ base_url = 'https://www.enlightenment.org/about-'
##### convenience variables for later
proj = meson.project_name()
ver = meson.project_version()
chmod = join_paths(meson.source_root(), 'meson-chmod.sh')
chmod = join_paths(meson.source_root(), 'meson/meson-chmod.sh')
##### dependencies
efl_version = '>= 1.19.0'

@ -0,0 +1,2 @@
#!/bin/sh
chmod "$1" "${DESTDIR}/$2" && touch "${DESTDIR}/$2"
Loading…
Cancel
Save