Skip to content

Commit

Permalink
wxwidgets: Add packages to make depends
Browse files Browse the repository at this point in the history
  • Loading branch information
stahta01 committed Jul 24, 2022
1 parent 5e981bb commit 87d6224
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion mingw-w64-wxWidgets/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@ license=("spdx:GPL-2.0-or-later AND WxWindows-exception-3.1")
url="https://www.wxwidgets.org/"
makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
"${MINGW_PACKAGE_PREFIX}-python"
"${MINGW_PACKAGE_PREFIX}-autotools")
"${MINGW_PACKAGE_PREFIX}-autotools"
"${MINGW_PACKAGE_PREFIX}-expat"
"${MINGW_PACKAGE_PREFIX}-libjpeg-turbo"
"${MINGW_PACKAGE_PREFIX}-libpng"
"${MINGW_PACKAGE_PREFIX}-libtiff"
"${MINGW_PACKAGE_PREFIX}-xz")
checkdepends=("${MINGW_PACKAGE_PREFIX}-cppunit")
options=('strip' 'staticlibs' 'buildflags')
source=(https://github.com/wxWidgets/wxWidgets/releases/download/v${pkgver}/wxWidgets-${pkgver}.tar.bz2
Expand Down

0 comments on commit 87d6224

Please sign in to comment.