From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 11 Jul 2025 10:12:10 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1ua8rZ-00GKae-39 for lore@lore.pengutronix.de; Fri, 11 Jul 2025 10:12:10 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1ua8rZ-0007uu-JB; Fri, 11 Jul 2025 10:12:09 +0200 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1ua8r6-0007FI-MQ; Fri, 11 Jul 2025 10:11:40 +0200 From: Michael Tretter To: ptxdist@pengutronix.de Date: Fri, 11 Jul 2025 10:11:40 +0200 Message-Id: <20250711081140.4128890-5-m.tretter@pengutronix.de> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250711081140.4128890-1-m.tretter@pengutronix.de> References: <20250711081140.4128890-1-m.tretter@pengutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [ptxdist] [PATCH 5/5] cog: version bump 0.18.3 -> 0.19.1 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Michael Tretter Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Signed-off-by: Michael Tretter --- rules/cog.make | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/rules/cog.make b/rules/cog.make index da6560d82f43..17c15c8696e0 100644 --- a/rules/cog.make +++ b/rules/cog.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_COG) += cog # # Paths and names # -COG_VERSION := 0.18.3 -COG_MD5 := e457de5b5ac8994ae9971c0a5a22b8a2 +COG_VERSION := 0.19.1 +COG_MD5 := ec4566bd63ad570a9c7654ed79e46c3f COG := cog-$(COG_VERSION) COG_SUFFIX := tar.xz COG_URL := https://wpewebkit.org/releases/$(COG).$(COG_SUFFIX) @@ -39,13 +39,16 @@ COG_CONF_OPT := \ -Dcog_dbus_system_owner= \ -Dcog_home_uri=https://ptxdist.org/ \ -Ddocumentation=false \ + -Dexamples=false \ + -Dlibportal=disabled \ -Dmanpages=false \ -Dplatforms=wayland \ -Dplugin_path=/usr/lib/cog/modules \ -Dprograms=true \ -Dwayland_weston_content_protection=false \ -Dwayland_weston_direct_display=false \ - -Dwpe_api=2.0 + -Dwpe_api=2.0 \ + -Dx11_keyboard=[] # ---------------------------------------------------------------------------- # Target-Install -- 2.39.5