head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.10 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.8 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.6 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.4 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.2 pkgsrc-2025Q1-base:1.1; locks; strict; comment @# @; 1.1 date 2025.02.05.13.24.17; author adam; state Exp; branches; next ; commitid IgtHZVkcKbNNAhIF; desc @@ 1.1 log @gst-plugins1-bad: add patch-ext_gtk_meson.build @ text @$NetBSD$ Exit the Gtk subdirectory if Wayland option is disabled. This is necessary to build the GStreamer libraries separately from the extension modules, since use_wayland (which is checked later) will be undefined in an extension build and cause an evaluation error. --- ext/gtk/meson.build.orig 2025-02-05 13:14:16.156988236 +0000 +++ ext/gtk/meson.build @@@@ -1,4 +1,4 @@@@ -if not use_wayland +if get_option('wayland').disabled() or not use_wayland subdir_done() endif @