[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][xorg-team/wayland/xwayland][debian-unstable] Enable input emulation through XDG Desktop Portal



Title: GitLab

Timo Aaltonen pushed to branch debian-unstable at X Strike Force / wayland / xwayland

Commits:

  • 557d5dd3
    by Alessandro Astone at 2025-11-24T11:10:04+01:00
    Enable input emulation through XDG Desktop Portal
    
    LP: #2075962
    

2 changed files:

Changes:

  • debian/control
    ... ... @@ -10,10 +10,12 @@ Build-Depends:
    10 10
      quilt,
    
    11 11
      libdecor-0-dev,
    
    12 12
      libdrm-dev (>= 2.4.116),
    
    13
    + libei-dev,
    
    13 14
      libepoxy-dev,
    
    14 15
      libgcrypt-dev,
    
    15 16
      libgbm-dev,
    
    16 17
      libnvidia-egl-wayland-dev,
    
    18
    + liboeffis-dev,
    
    17 19
      libpixman-1-dev,
    
    18 20
      libtirpc-dev,
    
    19 21
      libxcvt-dev,
    

  • debian/rules
    ... ... @@ -11,6 +11,7 @@ SUPPORT = https://www.debian.org/support
    11 11
     
    
    12 12
     override_dh_auto_configure:
    
    13 13
     	dh_auto_configure -- \
    
    14
    +		-Dxwayland_ei=portal \
    
    14 15
     		-Dbuilder_addr="debian-x@lists.debian.org"
    
    15 16
     		-Dbuilder_string="$(DEB_SOURCE) $(DEB_VERSION_UPSTREAM) ($(SUPPORT))"
    
    16 17
     
    


  • Reply to: