File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -23,17 +23,12 @@ $(package)_config_opts += --disable-xv --disable-xvmc
23
23
endef
24
24
25
25
define $(package)_preprocess_cmds
26
- cp -f $(BASEDIR ) /config.guess $(BASEDIR ) /config.sub build-aux &&\
26
+ cp -f $(BASEDIR ) /config.guess $(BASEDIR ) /config.sub build-aux && \
27
27
sed "s/pthread-stubs//" -i configure
28
28
endef
29
29
30
- # Don't install xcb headers to the default path in order to work around a qt
31
- # build issue: https://bugreports.qt.io/browse/QTBUG-34748
32
- # When using qt's internal libxcb, it may end up finding the real headers in
33
- # depends staging. Use a non-default path to avoid that.
34
-
35
30
define $(package)_config_cmds
36
- $($(package ) _autoconf) --includedir= $( host_prefix ) /include/xcb-shared
31
+ $($(package ) _autoconf)
37
32
endef
38
33
39
34
define $(package)_build_cmds
@@ -45,5 +40,5 @@ define $(package)_stage_cmds
45
40
endef
46
41
47
42
define $(package)_postprocess_cmds
48
- rm -rf share/man share/doc lib/*.la
43
+ rm -rf share lib/*.la
49
44
endef
You can’t perform that action at this time.
0 commit comments