Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 196324 | Differences between
and this patch

Collapse All | Expand All

(-)configure.ac.org (-1 / +2 lines)
Lines 66-72 Link Here
66
66
67
AC_CONFIG_FILES([Makefile
67
AC_CONFIG_FILES([Makefile
68
                 src/Makefile
68
                 src/Makefile
69
                 test/Makefile])
69
                 test/Makefile
70
                 libwiimote.pc])
70
AC_OUTPUT
71
AC_OUTPUT
71
echo
72
echo
72
echo $PACKAGE v$VERSION
73
echo $PACKAGE v$VERSION
(-)Makefile.am.org (-2 / +5 lines)
Lines 4-13 Link Here
4
	AUTHORS NEWS INSTALL COPYING README \
4
	AUTHORS NEWS INSTALL COPYING README \
5
	ChangeLog \
5
	ChangeLog \
6
	autogen.sh \
6
	autogen.sh \
7
	configure.ac
7
	configure.ac \
8
	libwiimote.pc
8
9
10
pkgconfigdir = $(libdir)/pkgconfig
11
pkgconfig_DATA = libwiimote.pc
9
12
10
LIBTOOL_DEPS = @LIBTOOL_DEPS@
13
LIBTOOL_DEPS = @LIBTOOL_DEPS@
11
$(OBJECTS): libtool
14
$(OBJECTS): libtool
12
libtool: $(LIBTOOL_DEPS)
15
libtool: $(LIBTOOL_DEPS)
13
	$(SHELL) ./config.status --recheck
16
	$(SHELL) ./config.status --recheck
(-) (+12 lines)
Added Link Here
1
prefix=@prefix@
2
exec_prefix=@exec_prefix@
3
libdir=@libdir@
4
includedir=@includedir@
5
6
Name: libwiimote
7
Description: Library to connect to the Nintendo Wii remote
8
Version: @VERSION@
9
Requires: bluez
10
Conflicts:
11
Libs: -L${libdir} -lwiimote
12
Cflags: -I${includedir} -I${includedir}/@PACKAGE@

Return to bug 196324