aboutsummaryrefslogtreecommitdiff
path: root/src/tesserae/extra/libxkbcommon.nim
blob: 195757ac2dc10bb1ee56e2213f9b8c14b8430db0 (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
25
26
# Αδειοδοτείται υπό τους όρους της EUPL
import .. / .. / lapis

tessera "libxkbcommon":
  source: "https://github.com/lfs-book/libxkbcommon/archive/v1.11.1/libxkbcommon.tar.gz"
  patches: @[""]
  dependencies: @[
    "xkeyboard"
  ]
  dependants: @[
   "libtsm",
   "kmscon"
  ]
  build: @[
    "mkdir build",
    "cd build",
    """
    meson setup .. \
          --prefix=/usr       \
          --buildtype=release \
          -D enable-docs=false
    """,
    "ninja",
    "ninja install"
  ]
  result: "libxkbcommon.so"
Directive (EU) 2019/790, Article 4(3); all rights regarding Text and Data Mining (TDM) are reserved.