build: Drop some unused variables
authorMatthias Clasen <mclasen@redhat.com>
Wed, 16 Aug 2023 13:43:34 +0000 (09:43 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 24 Aug 2023 14:23:54 +0000 (10:23 -0400)
We are not using gtk_private_packages at all,
so drop it.

meson.build

index bb73884feb2cba32261ba9aa21e3fa5e781bd25c..5eef06e34292c01522807ebfcc5f4875017cf060 100644 (file)
@@ -817,15 +817,6 @@ endif
 gsk_packages = [ 'graphene-gobject-1.0 @0@'.format(graphene_req) ]
 gtk_packages = [ 'gio-2.0 @0@'.format(glib_req) ]
 
-gio_pkgname = os_unix ? 'gio-unix-2.0' : 'gio-2.0'
-gdk_private_packages = [
-  '@0@ @1@'.format(gio_pkgname, glib_req),
-  'epoxy @0@'.format(epoxy_req),
-] + x11_pkgs + wayland_pkgs + cairo_backends
-gsk_private_packages = [] # all already in gdk_private_packages
-pangoft2_pkgs = (wayland_enabled or x11_enabled) ? ['pangoft2'] : []
-gtk_private_packages = pangoft2_pkgs
-
 enabled_backends = []
 foreach backend: [ 'broadway', 'macos', 'wayland', 'win32', 'x11', ]
   if get_variable('@0@_enabled'.format(backend))