i know we broke backwards compatibility but noone uses it except obconf and it still works, so just leave the pkgconfigs as -3.0, and obconf2 and require version >= 3.3.990 instead.
This commit is contained in:
parent
4f1bb686a3
commit
df948db3be
4 changed files with 6 additions and 6 deletions
|
@ -351,8 +351,8 @@ nodist_pubinclude_HEADERS = \
|
|||
version.h
|
||||
|
||||
nodist_pkgconfig_DATA = \
|
||||
render/obrender-3.4.pc \
|
||||
parser/obparser-3.4.pc
|
||||
render/obrender-3.0.pc \
|
||||
parser/obparser-3.0.pc
|
||||
|
||||
## data ##
|
||||
|
||||
|
@ -451,8 +451,8 @@ dist_noinst_DATA = \
|
|||
doc/openbox-gnome-session.1.in \
|
||||
doc/openbox-kde-session.1.sgml \
|
||||
doc/openbox-kde-session.1.in \
|
||||
render/obrender-3.4.pc.in \
|
||||
parser/obparser-3.4.pc.in \
|
||||
render/obrender-3.0.pc.in \
|
||||
parser/obparser-3.0.pc.in \
|
||||
tools/themeupdate/themeupdate.py \
|
||||
tests/hideshow.py \
|
||||
tests/Makefile \
|
||||
|
|
|
@ -154,8 +154,8 @@ AC_CONFIG_FILES([
|
|||
Makefile
|
||||
m4/Makefile
|
||||
po/Makefile.in
|
||||
render/obrender-3.4.pc
|
||||
parser/obparser-3.4.pc
|
||||
render/obrender-3.0.pc
|
||||
parser/obparser-3.0.pc
|
||||
version.h
|
||||
])
|
||||
AC_OUTPUT
|
||||
|
|
Loading…
Reference in a new issue