* Move binrz meson directives to binrz/ dir * Move rizin-shell-parser to a subproject * Move bochs to a meson subproject * Move rzqnx to meson subproject * Move winkd to a meson subproject * Move rzar to a meson subproject * Move rzw32dbg_wrap to a meson subproject * Move ptrace-wrap to a meson subproject * Move rzgdb to a meson subproject * Rename w32dbg_wrap to rzw32dbg_wrap * Update CODEOWNERS * Remove old references to shlr * Move shlr/heap stuff in core and remove shlr/arm * Move spp to a meson subproject * Remove last references to shlr * Remove use_webui option * Move include files directives to librz/include/meson.build * Move librz meson directives into librz/meson.build * Handle d/ directories inside the specific module meson.build * Move plugins listing to specific module meson.build * Move rzheap to its own subproject * Fix js linter and licenses * Use meson.override_dependency for all rz_ modules
24 lines
433 B
Text
24 lines
433 B
Text
PKGNAME spp
|
|
VERSION 1.2.0
|
|
CONTACT pancake ; pancake@nopcode.org
|
|
|
|
ARG_WITHOUT HAVE_FORK fork build without depending on fork syscall ;
|
|
ARG_ENABLE WANT_R2 r2 compile against r2 rz_util ;
|
|
|
|
CHKPRG PKGCONFIG pkg-config
|
|
|
|
PKGCFG RZ_CFLAGS RZ_LDFLAGS rz_util
|
|
|
|
USE_R2 = 0 ;
|
|
|
|
IF WANT_R2 {
|
|
IFNOTNULL RZ_CFLAGS {
|
|
USE_R2 = 1 ;
|
|
}{
|
|
DIENOW Cannot find -lrz_util using pkg-config ;
|
|
}
|
|
}
|
|
|
|
SUBDIRS ./config.mk ;
|
|
|
|
REPORT HAVE_FORK USE_R2 PREFIX ;
|