git » libcamera.git » commit 869387e

Drop options=(debug)/options=('debug') from trunk

author Evangelos Foutras
2023-01-15 08:52:32 UTC
committer Evangelos Foutras
2023-01-15 08:52:32 UTC
parent 3cf29426d1637ca6d244ef571749d1de30b98657

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.

PKGBUILD +0 -1

diff --git a/PKGBUILD b/PKGBUILD
index 56ebb09..7989d37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')