mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
Port extensions app and portal to GTK4
With the previous preparations in place, it is time to take the plunge. As both the app and the portal use the same small library for handling external windows, port everything at once to avoid the hassle of building and installing two versions of the library. With the portal using GTK4 now, all extensions must port their preference widgets as well. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1495>
This commit is contained in:
parent
ba039bcce5
commit
edd34c50d9
13 changed files with 249 additions and 377 deletions
|
|
@ -22,7 +22,7 @@ pkglibdir = join_paths(get_option('libdir'), package_name)
|
|||
girdir = join_paths(pkgdatadir, 'gir-1.0')
|
||||
typelibdir = join_paths(pkglibdir, 'girepository-1.0')
|
||||
|
||||
gtk_dep = dependency('gtk+-3.0')
|
||||
gtk_dep = dependency('gtk4')
|
||||
x11_dep = dependency('x11', required: false)
|
||||
|
||||
subdir('src')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue