diff options
author | Rechi <Rechi@users.noreply.github.com> | 2018-04-25 11:12:22 -0700 |
---|---|---|
committer | Lukas Rusak <lorusak@gmail.com> | 2018-04-25 11:12:22 -0700 |
commit | a4819822bd502e598bb3d773d02bfc5779dee7d5 (patch) | |
tree | e1c4b38936e6d60e9327762b98e3276b53341737 /tools/depends/native/Makefile | |
parent | 945c837163ce75dbe004df962dfa3c72665912fa (diff) |
tools/depends: add native ninja
Diffstat (limited to 'tools/depends/native/Makefile')
-rw-r--r-- | tools/depends/native/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/depends/native/Makefile b/tools/depends/native/Makefile index e6e59c79fc..27460efe00 100644 --- a/tools/depends/native/Makefile +++ b/tools/depends/native/Makefile @@ -22,7 +22,7 @@ endif ifeq ($(OS),linux) ifeq ($(TARGET_PLATFORM),$(filter $(TARGET_PLATFORM),raspberry-pi aml gbm)) - NATIVE += meson-native python3-native + NATIVE += meson-native ninja-native python3-native endif endif @@ -42,6 +42,7 @@ automake-native: autoconf-native libtool-native: automake-native libpng-native: zlib-native meson-native: python3-native +ninja-native: python3-native swig-native: pcre-native distribute-native: python27-native distutilscross-native: python27-native distribute-native |