aboutsummaryrefslogblamecommitdiffstats
path: root/.builds/archlinux.yml
blob: 9972c01ad9244ef20af255177b276a1950bb7dcc (plain) (tree)
1
2
3
4
5
6
7
8
9

                
         
               
          
                   
          
            
          
                

         
         
         


                     
               
                 
         
          
        
                                  
                                                      
      

                
                                                

                                 

             
                                                                                             

             
                    
image: archlinux
packages:
  - cairo
  - gdk-pixbuf2
  - json-c
  - libdisplay-info
  - libegl
  - libinput
  - libxcb
  - libxkbcommon
  - meson
  - pango
  - pcre2
  - scdoc
  - wayland
  - wayland-protocols
  - xcb-util-image
  - xcb-util-wm
  - xorg-xwayland
  - seatd
  - hwdata
sources:
  - https://github.com/swaywm/sway
  - https://gitlab.freedesktop.org/wlroots/wlroots.git
tasks:
  - wlroots: |
      cd wlroots
      meson --prefix=/usr build -Dexamples=false
      ninja -C build
      sudo ninja -C build install
  - setup: |
      cd sway
      meson build --fatal-meson-warnings -Dauto_features=enabled -Dsd-bus-provider=libsystemd
  - build: |
      cd sway
      ninja -C build