mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
atk: remove redundant configure args
This commit is contained in:
parent
3963ee93c1
commit
4bff8e7aab
@ -50,14 +50,7 @@ else
|
|||||||
ATK_CONF_OPT_X = --without-x
|
ATK_CONF_OPT_X = --without-x
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ATK_CONF_OPT = --target=$(GNU_TARGET_NAME) --host=$(REAL_GNU_TARGET_NAME) \
|
ATK_CONF_OPT = --enable-shared \
|
||||||
--build=$(GNU_HOST_NAME) --prefix=/usr \
|
|
||||||
--exec-prefix=/usr --bindir=/usr/bin \
|
|
||||||
--sbindir=/usr/sbin --libdir=/usr/lib \
|
|
||||||
--libexecdir=/usr/lib --sysconfdir=/etc \
|
|
||||||
--datadir=/usr/share --localstatedir=/var \
|
|
||||||
--includedir=/usr/include --mandir=/usr/man \
|
|
||||||
--infodir=/usr/info --enable-shared \
|
|
||||||
--enable-static $(ATK_CONF_OPT_X) \
|
--enable-static $(ATK_CONF_OPT_X) \
|
||||||
--disable-glibtest --enable-explicit-deps=no \
|
--disable-glibtest --enable-explicit-deps=no \
|
||||||
--disable-debug
|
--disable-debug
|
||||||
|
Loading…
x
Reference in New Issue
Block a user