Skip to content

Commit

Permalink
Fixup assignments
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Sep 23, 2024
1 parent c851c13 commit 862d7b1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions depends/packages/native_qt.mk
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package=native_qt
$(package)_version=6.7.2
$(package)_download_path=https://download.qt.io/official_releases/qt/6.7/$($(package)_version)/submodules
$(package)_file_name=qtbase-everywhere-src-$($(package)_version).tar.xz
$(package)_sha256_hash=c5f22a5e10fb162895ded7de0963328e7307611c688487b5d152c9ee64767599
package := native_qt
$(package)_version := 6.7.2
$(package)_download_path := https://download.qt.io/official_releases/qt/6.7/$($(package)_version)/submodules
$(package)_file_name := qtbase-everywhere-src-$($(package)_version).tar.xz
$(package)_sha256_hash := c5f22a5e10fb162895ded7de0963328e7307611c688487b5d152c9ee64767599
$(package)_patches += dont_hardcode_pwd.patch
$(package)_patches += qtbase-moc-ignore-gcc-macro.patch
$(package)_build_subdir=build
Expand Down
14 changes: 7 additions & 7 deletions depends/packages/qt.mk
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package=qt
$(package)_version=$(native_$(package)_version)
$(package)_download_path=$(native_$(package)_download_path)
$(package)_file_name=$(native_$(package)_file_name)
$(package)_sha256_hash=$(native_$(package)_sha256_hash)
$(package)_dependencies=native_$(package)
$(package)_linux_dependencies=freetype fontconfig libxcb libxkbcommon libxcb_util libxcb_util_cursor libxcb_util_render libxcb_util_keysyms libxcb_util_image libxcb_util_wm
package := qt
$(package)_version := $(native_$(package)_version)
$(package)_download_path := $(native_$(package)_download_path)
$(package)_file_name := $(native_$(package)_file_name)
$(package)_sha256_hash := $(native_$(package)_sha256_hash)
$(package)_dependencies := native_$(package)
$(package)_linux_dependencies := freetype fontconfig libxcb libxkbcommon libxcb_util libxcb_util_cursor libxcb_util_render libxcb_util_keysyms libxcb_util_image libxcb_util_wm
$(package)_patches += mac-qmake.conf
$(package)_patches += dont_hardcode_pwd.patch
$(package)_patches += qtbase-moc-ignore-gcc-macro.patch
Expand Down

0 comments on commit 862d7b1

Please sign in to comment.