Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ dependencies = [
('X11', '20200222'),
]

# Hard disable Dbus broker detection
preconfigopts = "sed -i s/dbus_broker.found\(\)/false/ ../*/bus/meson.build &&"
configopts = "--libdir lib "

sanity_check_paths = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ dependencies = [
('X11', '20201008'),
]

# Hard disable Dbus broker detection
preconfigopts = "sed -i s/dbus_broker.found\(\)/false/ ../*/bus/meson.build &&"
configopts = "--libdir lib "

sanity_check_paths = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ dependencies = [
('X11', '20210518'),
]

# Hard disable Dbus broker detection
preconfigopts = "sed -i s/dbus_broker.found\(\)/false/ ../*/bus/meson.build &&"
configopts = "--libdir lib "

sanity_check_paths = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ dependencies = [
('X11', '20210802'),
]

# Hard disable Dbus broker detection
preconfigopts = "sed -i s/dbus_broker.found\(\)/false/ ../*/bus/meson.build &&"
configopts = "--libdir lib "

sanity_check_paths = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ dependencies = [
('X11', '20220504'),
]

# Hard disable Dbus broker detection
preconfigopts = "sed -i s/dbus_broker.found\(\)/false/ ../*/bus/meson.build &&"
configopts = "--libdir lib "

sanity_check_paths = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ dependencies = [
('X11', '20221110'),
]

# Hard disable Dbus broker detection
preconfigopts = "sed -i s/dbus_broker.found\(\)/false/ ../*/bus/meson.build &&"
configopts = "--libdir lib "

sanity_check_paths = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ dependencies = [
('X11', '20230603'),
]

configopts = "--libdir lib "
# Hard disable Dbus broker detection and (potential) use of systemd
configopts = "--libdir lib -Duse_systemd=false -Ddefault_bus=dbus-daemon"

sanity_check_paths = {
'files': ['lib/libatspi.%s' % SHLIB_EXT],
Expand Down