File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -974,6 +974,33 @@ packages:
974
974
DESTDIR : ' @THIS_COLLECT_DIR@'
975
975
- args : ['cp', '@SOURCE_ROOT@/extra-files/xorg/xinitrc', '@THIS_COLLECT_DIR@/etc/X11/xinit/xinitrc']
976
976
977
+ # X.Org xcvt library and cvt program
978
+ #
979
+ # VESA CVT standard timing modeline generation library & utility.
980
+ - name : libxcvt
981
+ source :
982
+ subdir : ' bundled'
983
+ git : ' https://gitlab.freedesktop.org/xorg/lib/libxcvt.git'
984
+ tag : ' libxcvt-0.1.2'
985
+ version : ' 0.1.2'
986
+ tools_required :
987
+ - host-gcc
988
+ - host-pkg-config
989
+ pkgs_required :
990
+ - mlibc
991
+ configure :
992
+ - args :
993
+ - ' meson'
994
+ - ' --cross-file'
995
+ - ' @SOURCE_ROOT@/userland/cross-file.ini'
996
+ - ' --prefix=/usr'
997
+ - ' @THIS_SOURCE_DIR@'
998
+ build :
999
+ - args : ['ninja', '-j@PARALLELISM@']
1000
+ - args : ['ninja', 'install']
1001
+ environ :
1002
+ DESTDIR : ' @THIS_COLLECT_DIR@'
1003
+
977
1004
# The X server accepts requests from client applications to create windows,
978
1005
# which are (normally rectangular) "virtual screens" that the client program
979
1006
# can draw into.
@@ -1006,6 +1033,7 @@ packages:
1006
1033
- libepoxy
1007
1034
- libxkbfile
1008
1035
- libxfont2
1036
+ - libxcvt
1009
1037
- pixman
1010
1038
configure :
1011
1039
- args :
You can’t perform that action at this time.
0 commit comments