Skip to content

Commit

Permalink
Revert "Temporarily allow build with w/o JJR fork of wayland-protocols"
Browse files Browse the repository at this point in the history
This reverts commit e34ced7.
  • Loading branch information
James Ramsey committed Jan 13, 2025
1 parent f2c6e7f commit 71da5ff
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 137 deletions.
4 changes: 1 addition & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -339,9 +339,7 @@ protocolnew("unstable/text-input" "text-input-unstable-v3" false)
protocolnew("unstable/pointer-constraints" "pointer-constraints-unstable-v1"
false)
protocolnew("staging/xdg-activation" "xdg-activation-v1" false)
# JJR: This change is TEMPORARY, only here to allow build w/o my fork of wayland-protocols
# protocolnew("staging/ext-idle-notify" "ext-idle-notify-v1" false)
protocolnew("protocols" "ext-idle-notify-v1" true) # Again, TEMPORARY!
protocolnew("staging/ext-idle-notify" "ext-idle-notify-v1" false)
protocolnew("staging/ext-session-lock" "ext-session-lock-v1" false)
protocolnew("stable/tablet" "tablet-v2" false)
protocolnew("stable/presentation-time" "presentation-time" false)
Expand Down
131 changes: 0 additions & 131 deletions protocols/ext-idle-notify-v1.xml

This file was deleted.

4 changes: 1 addition & 3 deletions protocols/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,7 @@ protocols = [
wayland_protocol_dir / 'unstable/text-input/text-input-unstable-v1.xml',
wayland_protocol_dir / 'unstable/pointer-constraints/pointer-constraints-unstable-v1.xml',
wayland_protocol_dir / 'staging/xdg-activation/xdg-activation-v1.xml',
# JJR: This change is TEMPORARY, only here to allow build w/o my fork of wayland-protocols
# wayland_protocol_dir / 'staging/ext-idle-notify/ext-idle-notify-v1.xml',
'ext-idle-notify-v1.xml', # Again, TEMPORARY!
wayland_protocol_dir / 'staging/ext-idle-notify/ext-idle-notify-v1.xml',
wayland_protocol_dir / 'staging/ext-session-lock/ext-session-lock-v1.xml',
wayland_protocol_dir / 'stable/tablet/tablet-v2.xml',
wayland_protocol_dir / 'stable/presentation-time/presentation-time.xml',
Expand Down

0 comments on commit 71da5ff

Please sign in to comment.