git » libqmi.git » commit f768e3d

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 35db1f14268a5c41e85cc0f59473c7be179f1d36

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 d5eda7d..ba92084 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,6 @@ license=(GPL2)
 depends=(libmbim libqrtr-glib libgudev)
 makedepends=(gtk-doc meson git help2man gobject-introspection bash-completion)
 provides=(libqmi-glib.so)
-options=(debug)
 _commit=c6b38cc2752873c0c6c1f8c472d9ddea2b34ec72  # tags/1.32.2^0
 source=("git+https://gitlab.freedesktop.org/mobile-broadband/libqmi.git#commit=$_commit")
 sha256sums=('SKIP')