diff options
author | Evangelos Foutras <foutrelis@archlinux.org> | 2023-01-15 08:52:32 +0000 |
---|---|---|
committer | Evangelos Foutras <foutrelis@archlinux.org> | 2023-01-15 08:52:32 +0000 |
commit | 869387e6096c2830456202acdf1689c6933da86a (patch) | |
tree | 3f2f8054a57a9baf514ca9cb7ef1e9ca0ad368e1 | |
parent | 3cf29426d1637ca6d244ef571749d1de30b98657 (diff) |
Drop options=(debug)/options=('debug') from trunk
devtools 20230105-1 enables the debug option by default.
A follow-up commit will remove debug from alongside other options.
-rw-r--r-- | PKGBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -13,7 +13,6 @@ depends=(glibc) makedepends=(doxygen git glib2 graphviz gst-plugins-base gtest libdrm libjpeg-turbo libtiff libyaml meson python-jinja python-ply python-sphinx python-pyyaml qt5-base qt5-tools sdl2 systemd texlive-core) -options=(debug) source=(git+https://git.libcamera.org/$pkgname/$pkgname.git#tag=$_commit) sha256sums=('SKIP') |