libwnck3: BPN -> GNOMEBN

The BPN = libwnck is confusing since it should be libwnck3, use GNOMEBN to
replace BPN to make the SRC_URI work.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Robert Yang 2026-03-08 22:23:30 -07:00 committed by Khem Raj
parent 53e8f46ff7
commit 06aea3f734
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -2,7 +2,7 @@ SUMMARY = "Window navigation construction toolkit"
LICENSE = "LGPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2"
BPN = "libwnck"
GNOMEBN = "libwnck"
SECTION = "x11/libs"
DEPENDS = "cairo glib-2.0 gtk+3"