diff options
author | selsta <selsta@sent.at> | 2022-09-20 00:01:19 +0200 |
---|---|---|
committer | selsta <selsta@sent.at> | 2022-09-20 20:21:48 +0200 |
commit | 09402d0edbeac0eb49096783559ca92e8011c8df (patch) | |
tree | 8835a18c55d9b8111a01c9d375822b75258c702e /contrib/depends/Makefile | |
parent | Merge pull request #8545 (diff) | |
download | monero-09402d0edbeac0eb49096783559ca92e8011c8df.tar.xz |
depends: remove unused Qt package
Diffstat (limited to 'contrib/depends/Makefile')
-rw-r--r-- | contrib/depends/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/depends/Makefile b/contrib/depends/Makefile index 3df1d677e..479b2e1c9 100644 --- a/contrib/depends/Makefile +++ b/contrib/depends/Makefile @@ -110,8 +110,7 @@ $(host_arch)_$(host_os)_id_string+=$(shell $(host_CXX) --version 2>/dev/null) $(host_arch)_$(host_os)_id_string+=$(shell $(host_RANLIB) --version 2>/dev/null) $(host_arch)_$(host_os)_id_string+=$(shell $(host_STRIP) --version 2>/dev/null) -qt_packages_$(NO_QT) = $(qt_packages) -packages += $($(host_arch)_$(host_os)_packages) $($(host_os)_packages) $(qt_packages_) +packages += $($(host_arch)_$(host_os)_packages) $($(host_os)_packages) native_packages += $($(host_arch)_$(host_os)_native_packages) $($(host_os)_native_packages) all_packages = $(packages) $(native_packages) |