aboutsummaryrefslogtreecommitdiff
path: root/contrib/depends/Makefile
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2022-09-20 00:01:19 +0200
committerselsta <selsta@sent.at>2022-09-20 20:21:48 +0200
commit09402d0edbeac0eb49096783559ca92e8011c8df (patch)
tree8835a18c55d9b8111a01c9d375822b75258c702e /contrib/depends/Makefile
parentMerge pull request #8545 (diff)
downloadmonero-09402d0edbeac0eb49096783559ca92e8011c8df.tar.xz
depends: remove unused Qt package
Diffstat (limited to 'contrib/depends/Makefile')
-rw-r--r--contrib/depends/Makefile3
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)