mirror of
https://github.com/novatiq/packages.git
synced 2026-07-29 23:03:06 +01:00
This adds a host as well as a target package. meson.mk is provided to build packages using meson. Signed-off-by: Andre Heider <a.heider@gmail.com>
26 lines
382 B
Plaintext
26 lines
382 B
Plaintext
[binaries]
|
|
c = '@CC@'
|
|
cpp = '@CXX@'
|
|
ar = '@AR@'
|
|
strip = '@STRIP@'
|
|
nm = '@NM@'
|
|
ld = '@LD@'
|
|
pkgconfig = '@PKGCONFIG@'
|
|
|
|
[properties]
|
|
c_args = [@CFLAGS@]
|
|
c_link_args = [@LDFLAGS@]
|
|
cpp_args = [@CXXFLAGS@]
|
|
cpp_link_args = [@LDFLAGS@]
|
|
needs_exe_wrapper = true
|
|
|
|
[host_machine]
|
|
system = 'linux'
|
|
cpu_family = '@ARCH@'
|
|
cpu = '@CPU@'
|
|
endian = '@ENDIAN@'
|
|
|
|
[paths]
|
|
prefix = '/usr'
|
|
libdir = 'lib'
|