commit
196f1d036a
3 changed files with 3 additions and 7 deletions
|
@ -1,11 +1,11 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=meson
|
PKG_NAME:=meson
|
||||||
PKG_VERSION:=0.56.0
|
PKG_VERSION:=0.56.2
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PYPI_NAME:=meson
|
PYPI_NAME:=meson
|
||||||
PKG_HASH:=291dd38ff1cd55fcfca8fc985181dd39be0d3e5826e5f0013bf867be40117213
|
PKG_HASH:=3cb8bdb91383f7f8da642f916e4c44066a29262caa499341e2880f010edb87f4
|
||||||
|
|
||||||
PKG_MAINTAINER:=Andre Heider <a.heider@gmail.com>
|
PKG_MAINTAINER:=Andre Heider <a.heider@gmail.com>
|
||||||
PKG_LICENSE:=Apache-2.0
|
PKG_LICENSE:=Apache-2.0
|
||||||
|
|
|
@ -11,6 +11,7 @@ c_args = [@CFLAGS@]
|
||||||
c_link_args = [@LDFLAGS@]
|
c_link_args = [@LDFLAGS@]
|
||||||
cpp_args = [@CXXFLAGS@]
|
cpp_args = [@CXXFLAGS@]
|
||||||
cpp_link_args = [@LDFLAGS@]
|
cpp_link_args = [@LDFLAGS@]
|
||||||
|
prefix = '/usr'
|
||||||
|
|
||||||
[host_machine]
|
[host_machine]
|
||||||
system = 'linux'
|
system = 'linux'
|
||||||
|
@ -20,6 +21,3 @@ endian = '@ENDIAN@'
|
||||||
|
|
||||||
[properties]
|
[properties]
|
||||||
needs_exe_wrapper = true
|
needs_exe_wrapper = true
|
||||||
|
|
||||||
[paths]
|
|
||||||
prefix = '/usr'
|
|
||||||
|
|
|
@ -8,8 +8,6 @@ c_args = [@CFLAGS@]
|
||||||
c_link_args = [@LDFLAGS@]
|
c_link_args = [@LDFLAGS@]
|
||||||
cpp_args = [@CXXFLAGS@]
|
cpp_args = [@CXXFLAGS@]
|
||||||
cpp_link_args = [@LDFLAGS@]
|
cpp_link_args = [@LDFLAGS@]
|
||||||
|
|
||||||
[paths]
|
|
||||||
prefix = '@PREFIX@'
|
prefix = '@PREFIX@'
|
||||||
sbindir = 'bin'
|
sbindir = 'bin'
|
||||||
libdir = 'lib'
|
libdir = 'lib'
|
||||||
|
|
Loading…
Reference in a new issue