File tree Expand file tree Collapse file tree 5 files changed +12
-69
lines changed Expand file tree Collapse file tree 5 files changed +12
-69
lines changed Original file line number Diff line number Diff line change @@ -3,30 +3,18 @@ $(package)_version=1.6.2
3
3
$(package)_download_path =https://xorg.freedesktop.org/releases/individual/lib/
4
4
$(package)_file_name =$(package ) -$($(package ) _version) .tar.bz2
5
5
$(package)_sha256_hash =2aa027e837231d2eeea90f3a4afe19948a6eb4c8b2bec0241eba7dbc8106bd16
6
- $(package)_dependencies =libxcb xtrans xextproto xproto
7
-
8
- define $(package)_set_vars
9
- # See libXext for --disable-malloc0returnsnull rationale.
10
- $(package ) _config_opts=--disable-xkb --disable-static --disable-malloc0returnsnull
11
- $(package ) _config_opts_linux=--with-pic
12
- endef
6
+ $(package)_patches =configure.ac
13
7
14
8
define $(package)_preprocess_cmds
15
- cp -f $(BASEDIR ) /config.guess $(BASEDIR ) /config.sub .
9
+ cp -f $(BASEDIR ) /config.guess $(BASEDIR ) /config.sub . && \
10
+ cp -f $($(package ) _patch_dir) /configure.ac .
16
11
endef
17
12
18
13
define $(package)_config_cmds
14
+ autoreconf --install --force --verbose && \
19
15
$($(package ) _autoconf)
20
16
endef
21
17
22
- define $(package)_build_cmds
23
- $(MAKE )
24
- endef
25
-
26
18
define $(package)_stage_cmds
27
- $(MAKE ) DESTDIR=$($(package ) _staging_dir) install
28
- endef
29
-
30
- define $(package)_postprocess_cmds
31
- rm lib/*.la
19
+ $(MAKE ) -C include DESTDIR=$($(package ) _staging_dir) install-x11includeHEADERS
32
20
endef
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ packages:=boost openssl libevent
3
3
qt_native_packages = native_protobuf
4
4
qt_packages = qrencode protobuf zlib
5
5
6
- qt_linux_packages: =qt expat libxcb xcb_proto libXau xproto freetype fontconfig libX11 xextproto libXext xtrans
6
+ qt_linux_packages: =qt expat libxcb xcb_proto libXau xproto freetype fontconfig libX11 libXext
7
7
8
8
rapidcheck_packages = rapidcheck
9
9
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ AC_PREREQ ( [ 2.60] )
2
+ AC_INIT ( [ libX11] , [ 1.6.2] ,
3
+ [ https://bugs.freedesktop.org/enter_bug.cgi?product=xorg] , [ libX11] )
4
+ AM_INIT_AUTOMAKE ( [ foreign] )
5
+ AC_CONFIG_FILES ( [ include/Makefile] )
6
+ AC_OUTPUT
You can’t perform that action at this time.
0 commit comments