gtk3: removed leftover line

This commit is contained in:
Tim Biermann 2022-03-30 10:57:06 +02:00
parent 10f715efc5
commit 2b1fe801b4
2 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/WGD28E7aeovtMkq23baNw2NZpCd+yoioMb5jI2HdHTUS1jteBpK5jbG4JsObZD4rARNh3DvPrv8qfh6b6Xn2w0=
SHA256 (Pkgfile) = 487771829a15cbc98d73fe133176c177ee0a458dc3c733459f1c514b3d3d2186
RWSE3ohX2g5d/QhPjuy2CulM9dAbLVP7PpsbCeQxivRYCE6vOhDRfVrxRQ/ym70vLj5qwFAl8kjrOAfloeuqN6D+c/pfiUs6Zwo=
SHA256 (Pkgfile) = abd61709de9e27fb8e352aecf1c60212c234ac9cb440a665797f50b7e2dbaea3
SHA256 (.footprint) = a99a910ed137e5fc62ffc76b152e63c844a24b8b9df4535763d380eee835d069
SHA256 (gtk+-21eb3b2a6c7828cbbe44df4bf8d5ee812bdb0094.tar.bz2) = f3cf71dccdc45fbd8e1e277298a8b3c2087681f1d7bfb06a2fc93cd0f565ad55
SHA256 (gtk-register-3.sh) = ee9fab456cb6bc816e55ebaa61d095ead47eb1ed6a25eee85f21509fa4e40374

View File

@ -18,7 +18,6 @@ build () {
prt-get isinst colord || PKGMK_GTK3+=' -Dcolord=no'
prt-get isinst libxkbcommon wayland-protocols && PKGMK_GTK3+=' -D wayland_backend=true' || PKGMK_GTK3+=' -Dwayland_backend=false'
ls -la
CFLAGS+=" -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS"
#meson setup gtk+-$version build $PKGMK_GTK3 \
meson setup gtk-$_commit build $PKGMK_GTK3 \