summaryrefslogtreecommitdiff
path: root/elements/x-generic/xserver.bst
blob: dccfef99de2f8c607d54088112d79915a5fdbeba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
kind: autotools
depends:
- foundation.bst
- libdrm-common.bst
- mesa-common.bst
- x-common.bst
- graphics-common.bst
- x-generic/xorg-font-util.bst
- x-generic/xorg-lib-libXfont.bst
sources:
- kind: git
  url: upstream:xserver
  track: xorg-server-1.18.2
  ref: 93d4224ccf3dee5a51815a66f76c905450419b50
config:
  configure-commands:
  - |
    ./autogen.sh --prefix="%{prefix}" \
    --disable-xvfb \
    --disable-xnest \
    --disable-xquartz \
    --disable-xwin \
    --enable-glamor \
    --enable-xwayland