forked from kiss-community/repo
gtk+3: 3.24.35
This commit is contained in:
parent
bf8450f19e
commit
8b2a3b59b5
@ -1,4 +1,5 @@
|
||||
c6545cbcb4bce1710db439d6007841ece3a63a1acae6650865ece2d5bb2ce4176f
|
||||
0ab112469bc897329d2dda6104546be17434b10734d33346e658fefc9cd453bb91
|
||||
0ffcc625aeed24e34d62d9a9abe55773824862223cbbc97bc48281ef8b776cc93c
|
||||
8b8bf563e74f720990030791f8e408db6099813a6290c38ab812231dbd10eb0cb8
|
||||
763400831b2abe5eff95609826dc6769ab2a742d68d4ffd0b4a7209a7f1be2cdaa
|
||||
941244e144368d3cb00551991d6683a3fbe8515c3599459fb5e220305657c89023
|
||||
|
12
extra/gtk+3/files/meson.build
Normal file
12
extra/gtk+3/files/meson.build
Normal file
@ -0,0 +1,12 @@
|
||||
wayland_cursor_sources = files([
|
||||
'wayland-cursor.c',
|
||||
'xcursor.c',
|
||||
'os-compatibility.c'
|
||||
])
|
||||
|
||||
libwayland_cursor = static_library('wayland+cursor',
|
||||
sources: wayland_cursor_sources,
|
||||
include_directories: [ confinc, ],
|
||||
dependencies: [ glib_dep, wlclientdep, ],
|
||||
c_args: common_cflags,
|
||||
)
|
@ -1,4 +1,5 @@
|
||||
https://download.gnome.org/sources/gtk+/MAJOR.MINOR/gtk+-VERSION.tar.xz
|
||||
files/meson.build gdk/wayland/cursor
|
||||
patches/01-no-fribidi.patch
|
||||
patches/02-fix-firefox.patch
|
||||
patches/03-no-accessibility.patch
|
||||
|
@ -1 +1 @@
|
||||
3.24.34 5
|
||||
3.24.35 1
|
||||
|
Loading…
Reference in New Issue
Block a user