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

Collapse All | Expand All

(-)xf86-video-sunffb-1.0.0.1/aclocal.m4 (+49 lines)
Lines 4539-4544 Link Here
4539
AC_MSG_RESULT([$SED])
4539
AC_MSG_RESULT([$SED])
4540
])
4540
])
4541
4541
4542
dnl Copyright 2005 Red Hat, Inc
4543
dnl 
4544
dnl Permission to use, copy, modify, distribute, and sell this software and its
4545
dnl documentation for any purpose is hereby granted without fee, provided that
4546
dnl the above copyright notice appear in all copies and that both that
4547
dnl copyright notice and this permission notice appear in supporting
4548
dnl documentation.
4549
dnl 
4550
dnl The above copyright notice and this permission notice shall be included
4551
dnl in all copies or substantial portions of the Software.
4552
dnl 
4553
dnl THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
4554
dnl OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
4555
dnl MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
4556
dnl IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
4557
dnl OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
4558
dnl ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
4559
dnl OTHER DEALINGS IN THE SOFTWARE.
4560
dnl 
4561
dnl Except as contained in this notice, the name of the copyright holders shall
4562
dnl not be used in advertising or otherwise to promote the sale, use or
4563
dnl other dealings in this Software without prior written authorization
4564
dnl from the copyright holders.
4565
dnl 
4566
4567
# XORG_DRIVER_CHECK_EXT()
4568
# --------------------------
4569
# Checks for the $1 define in xorg-server.h (from the sdk).  If it
4570
# is defined, then add $1 to $REQUIRED_MODULES.
4571
4572
AC_DEFUN([XORG_DRIVER_CHECK_EXT],[
4573
	SAVE_CFLAGS="$CFLAGS"
4574
	CFLAGS="$CFLAGS -I`pkg-config --variable=sdkdir xorg-server`"
4575
	AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
4576
#include "xorg-server.h"
4577
#if !defined $1
4578
#error $1 not defined
4579
#endif
4580
		]])],
4581
		[_EXT_CHECK=yes],
4582
		[_EXT_CHECK=no])
4583
	CFLAGS="$SAVE_CFLAGS"
4584
	AC_MSG_CHECKING([if $1 is defined])
4585
	AC_MSG_RESULT([$_EXT_CHECK])
4586
	if test "$_EXT_CHECK" != no; then
4587
		REQUIRED_MODULES="$REQUIRED_MODULES $2"
4588
	fi
4589
])
4590
4542
# pkg.m4 - Macros to locate and utilise pkg-config.            -*- Autoconf -*-
4591
# pkg.m4 - Macros to locate and utilise pkg-config.            -*- Autoconf -*-
4543
# 
4592
# 
4544
# Copyright © 2004 Scott James Remnant <scott@netsplit.com>.
4593
# Copyright © 2004 Scott James Remnant <scott@netsplit.com>.
(-)xf86-video-sunffb-1.0.0.1/ChangeLog (+9 lines)
Line 0 Link Here
1
2005-11-09  Kevin E. Martin  <kem-at-freedesktop-dot-org>
2
3
	* configure.ac:
4
	Update package version number for X11R7 RC2 release.
5
6
2005-11-01  Kevin E. Martin  <kem-at-freedesktop-dot-org>
7
8
	* configure.ac:
9
	Update pkgcheck dependencies to work with separate build roots.
(-)xf86-video-sunffb-1.0.0.1/configure (-19 / +183 lines)
Lines 1-6 Link Here
1
#! /bin/sh
1
#! /bin/sh
2
# Guess values for system-dependent variables and create Makefiles.
2
# Guess values for system-dependent variables and create Makefiles.
3
# Generated by GNU Autoconf 2.57 for xf86-video-sunffb 1.0.0.1.
3
# Generated by GNU Autoconf 2.57 for xf86-video-sunffb 1.0.1.
4
#
4
#
5
# Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>.
5
# Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>.
6
#
6
#
Lines 427-434 Link Here
427
# Identity of this package.
427
# Identity of this package.
428
PACKAGE_NAME='xf86-video-sunffb'
428
PACKAGE_NAME='xf86-video-sunffb'
429
PACKAGE_TARNAME='xf86-video-sunffb'
429
PACKAGE_TARNAME='xf86-video-sunffb'
430
PACKAGE_VERSION='1.0.0.1'
430
PACKAGE_VERSION='1.0.1'
431
PACKAGE_STRING='xf86-video-sunffb 1.0.0.1'
431
PACKAGE_STRING='xf86-video-sunffb 1.0.1'
432
PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg'
432
PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg'
433
433
434
ac_unique_file="Makefile.am"
434
ac_unique_file="Makefile.am"
Lines 958-964 Link Here
958
  # Omit some internal or obsolete options to make the list less imposing.
958
  # Omit some internal or obsolete options to make the list less imposing.
959
  # This message is too long to be a string in the A/UX 3.1 sh.
959
  # This message is too long to be a string in the A/UX 3.1 sh.
960
  cat <<_ACEOF
960
  cat <<_ACEOF
961
\`configure' configures xf86-video-sunffb 1.0.0.1 to adapt to many kinds of systems.
961
\`configure' configures xf86-video-sunffb 1.0.1 to adapt to many kinds of systems.
962
962
963
Usage: $0 [OPTION]... [VAR=VALUE]...
963
Usage: $0 [OPTION]... [VAR=VALUE]...
964
964
Lines 1024-1030 Link Here
1024
1024
1025
if test -n "$ac_init_help"; then
1025
if test -n "$ac_init_help"; then
1026
  case $ac_init_help in
1026
  case $ac_init_help in
1027
     short | recursive ) echo "Configuration of xf86-video-sunffb 1.0.0.1:";;
1027
     short | recursive ) echo "Configuration of xf86-video-sunffb 1.0.1:";;
1028
   esac
1028
   esac
1029
  cat <<\_ACEOF
1029
  cat <<\_ACEOF
1030
1030
Lines 1132-1138 Link Here
1132
test -n "$ac_init_help" && exit 0
1132
test -n "$ac_init_help" && exit 0
1133
if $ac_init_version; then
1133
if $ac_init_version; then
1134
  cat <<\_ACEOF
1134
  cat <<\_ACEOF
1135
xf86-video-sunffb configure 1.0.0.1
1135
xf86-video-sunffb configure 1.0.1
1136
generated by GNU Autoconf 2.57
1136
generated by GNU Autoconf 2.57
1137
1137
1138
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
1138
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
Lines 1147-1153 Link Here
1147
This file contains any messages produced by compilers while
1147
This file contains any messages produced by compilers while
1148
running configure, to aid debugging if configure makes a mistake.
1148
running configure, to aid debugging if configure makes a mistake.
1149
1149
1150
It was created by xf86-video-sunffb $as_me 1.0.0.1, which was
1150
It was created by xf86-video-sunffb $as_me 1.0.1, which was
1151
generated by GNU Autoconf 2.57.  Invocation command line was
1151
generated by GNU Autoconf 2.57.  Invocation command line was
1152
1152
1153
  $ $0 $@
1153
  $ $0 $@
Lines 1761-1767 Link Here
1761
1761
1762
# Define the identity of the package.
1762
# Define the identity of the package.
1763
 PACKAGE='xf86-video-sunffb'
1763
 PACKAGE='xf86-video-sunffb'
1764
 VERSION='1.0.0.1'
1764
 VERSION='1.0.1'
1765
1765
1766
1766
1767
cat >>confdefs.h <<_ACEOF
1767
cat >>confdefs.h <<_ACEOF
Lines 8650-8655 Link Here
8650
else
8650
else
8651
  DRI=auto
8651
  DRI=auto
8652
fi;
8652
fi;
8653
8654
# Checks for extensions
8655
8656
	SAVE_CFLAGS="$CFLAGS"
8657
	CFLAGS="$CFLAGS -I`pkg-config --variable=sdkdir xorg-server`"
8658
	cat >conftest.$ac_ext <<_ACEOF
8659
#line $LINENO "configure"
8660
/* confdefs.h.  */
8661
_ACEOF
8662
cat confdefs.h >>conftest.$ac_ext
8663
cat >>conftest.$ac_ext <<_ACEOF
8664
/* end confdefs.h.  */
8665
8666
#include "xorg-server.h"
8667
#if !defined RANDR
8668
#error RANDR not defined
8669
#endif
8670
8671
int
8672
main ()
8673
{
8674
8675
  ;
8676
  return 0;
8677
}
8678
_ACEOF
8679
rm -f conftest.$ac_objext
8680
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8681
  (eval $ac_compile) 2>&5
8682
  ac_status=$?
8683
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8684
  (exit $ac_status); } &&
8685
         { ac_try='test -s conftest.$ac_objext'
8686
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8687
  (eval $ac_try) 2>&5
8688
  ac_status=$?
8689
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8690
  (exit $ac_status); }; }; then
8691
  _EXT_CHECK=yes
8692
else
8693
  echo "$as_me: failed program was:" >&5
8694
sed 's/^/| /' conftest.$ac_ext >&5
8695
8696
_EXT_CHECK=no
8697
fi
8698
rm -f conftest.$ac_objext conftest.$ac_ext
8699
	CFLAGS="$SAVE_CFLAGS"
8700
	echo "$as_me:$LINENO: checking if RANDR is defined" >&5
8701
echo $ECHO_N "checking if RANDR is defined... $ECHO_C" >&6
8702
	echo "$as_me:$LINENO: result: $_EXT_CHECK" >&5
8703
echo "${ECHO_T}$_EXT_CHECK" >&6
8704
	if test "$_EXT_CHECK" != no; then
8705
		REQUIRED_MODULES="$REQUIRED_MODULES randrproto"
8706
	fi
8707
8708
8709
	SAVE_CFLAGS="$CFLAGS"
8710
	CFLAGS="$CFLAGS -I`pkg-config --variable=sdkdir xorg-server`"
8711
	cat >conftest.$ac_ext <<_ACEOF
8712
#line $LINENO "configure"
8713
/* confdefs.h.  */
8714
_ACEOF
8715
cat confdefs.h >>conftest.$ac_ext
8716
cat >>conftest.$ac_ext <<_ACEOF
8717
/* end confdefs.h.  */
8718
8719
#include "xorg-server.h"
8720
#if !defined RENDER
8721
#error RENDER not defined
8722
#endif
8723
8724
int
8725
main ()
8726
{
8727
8728
  ;
8729
  return 0;
8730
}
8731
_ACEOF
8732
rm -f conftest.$ac_objext
8733
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8734
  (eval $ac_compile) 2>&5
8735
  ac_status=$?
8736
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8737
  (exit $ac_status); } &&
8738
         { ac_try='test -s conftest.$ac_objext'
8739
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8740
  (eval $ac_try) 2>&5
8741
  ac_status=$?
8742
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8743
  (exit $ac_status); }; }; then
8744
  _EXT_CHECK=yes
8745
else
8746
  echo "$as_me: failed program was:" >&5
8747
sed 's/^/| /' conftest.$ac_ext >&5
8748
8749
_EXT_CHECK=no
8750
fi
8751
rm -f conftest.$ac_objext conftest.$ac_ext
8752
	CFLAGS="$SAVE_CFLAGS"
8753
	echo "$as_me:$LINENO: checking if RENDER is defined" >&5
8754
echo $ECHO_N "checking if RENDER is defined... $ECHO_C" >&6
8755
	echo "$as_me:$LINENO: result: $_EXT_CHECK" >&5
8756
echo "${ECHO_T}$_EXT_CHECK" >&6
8757
	if test "$_EXT_CHECK" != no; then
8758
		REQUIRED_MODULES="$REQUIRED_MODULES renderproto"
8759
	fi
8760
8761
8762
	SAVE_CFLAGS="$CFLAGS"
8763
	CFLAGS="$CFLAGS -I`pkg-config --variable=sdkdir xorg-server`"
8764
	cat >conftest.$ac_ext <<_ACEOF
8765
#line $LINENO "configure"
8766
/* confdefs.h.  */
8767
_ACEOF
8768
cat confdefs.h >>conftest.$ac_ext
8769
cat >>conftest.$ac_ext <<_ACEOF
8770
/* end confdefs.h.  */
8771
8772
#include "xorg-server.h"
8773
#if !defined DPMSExtension
8774
#error DPMSExtension not defined
8775
#endif
8776
8777
int
8778
main ()
8779
{
8780
8781
  ;
8782
  return 0;
8783
}
8784
_ACEOF
8785
rm -f conftest.$ac_objext
8786
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8787
  (eval $ac_compile) 2>&5
8788
  ac_status=$?
8789
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8790
  (exit $ac_status); } &&
8791
         { ac_try='test -s conftest.$ac_objext'
8792
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8793
  (eval $ac_try) 2>&5
8794
  ac_status=$?
8795
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8796
  (exit $ac_status); }; }; then
8797
  _EXT_CHECK=yes
8798
else
8799
  echo "$as_me: failed program was:" >&5
8800
sed 's/^/| /' conftest.$ac_ext >&5
8801
8802
_EXT_CHECK=no
8803
fi
8804
rm -f conftest.$ac_objext conftest.$ac_ext
8805
	CFLAGS="$SAVE_CFLAGS"
8806
	echo "$as_me:$LINENO: checking if DPMSExtension is defined" >&5
8807
echo $ECHO_N "checking if DPMSExtension is defined... $ECHO_C" >&6
8808
	echo "$as_me:$LINENO: result: $_EXT_CHECK" >&5
8809
echo "${ECHO_T}$_EXT_CHECK" >&6
8810
	if test "$_EXT_CHECK" != no; then
8811
		REQUIRED_MODULES="$REQUIRED_MODULES xextproto"
8812
	fi
8813
8814
8653
# Checks for pkg-config packages
8815
# Checks for pkg-config packages
8654
8816
8655
8817
Lines 8763-8774 Link Here
8763
8925
8764
if test -n "$PKG_CONFIG"; then
8926
if test -n "$PKG_CONFIG"; then
8765
        if test -n "$PKG_CONFIG" && \
8927
        if test -n "$PKG_CONFIG" && \
8766
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"xorg-server xproto\"") >&5
8928
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"xorg-server xproto fontsproto \$REQUIRED_MODULES\"") >&5
8767
  ($PKG_CONFIG --exists --print-errors "xorg-server xproto") 2>&5
8929
  ($PKG_CONFIG --exists --print-errors "xorg-server xproto fontsproto $REQUIRED_MODULES") 2>&5
8768
  ac_status=$?
8930
  ac_status=$?
8769
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8931
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8770
  (exit $ac_status); }; then
8932
  (exit $ac_status); }; then
8771
  pkg_cv_XORG_CFLAGS=`$PKG_CONFIG --cflags "xorg-server xproto" 2>/dev/null`
8933
  pkg_cv_XORG_CFLAGS=`$PKG_CONFIG --cflags "xorg-server xproto fontsproto $REQUIRED_MODULES" 2>/dev/null`
8772
else
8934
else
8773
  pkg_failed=yes
8935
  pkg_failed=yes
8774
fi
8936
fi
Lines 8777-8788 Link Here
8777
fi
8939
fi
8778
if test -n "$PKG_CONFIG"; then
8940
if test -n "$PKG_CONFIG"; then
8779
        if test -n "$PKG_CONFIG" && \
8941
        if test -n "$PKG_CONFIG" && \
8780
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"xorg-server xproto\"") >&5
8942
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"xorg-server xproto fontsproto \$REQUIRED_MODULES\"") >&5
8781
  ($PKG_CONFIG --exists --print-errors "xorg-server xproto") 2>&5
8943
  ($PKG_CONFIG --exists --print-errors "xorg-server xproto fontsproto $REQUIRED_MODULES") 2>&5
8782
  ac_status=$?
8944
  ac_status=$?
8783
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8945
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8784
  (exit $ac_status); }; then
8946
  (exit $ac_status); }; then
8785
  pkg_cv_XORG_LIBS=`$PKG_CONFIG --libs "xorg-server xproto" 2>/dev/null`
8947
  pkg_cv_XORG_LIBS=`$PKG_CONFIG --libs "xorg-server xproto fontsproto $REQUIRED_MODULES" 2>/dev/null`
8786
else
8948
else
8787
  pkg_failed=yes
8949
  pkg_failed=yes
8788
fi
8950
fi
Lines 8791-8808 Link Here
8791
fi
8953
fi
8792
8954
8793
if test $pkg_failed = yes; then
8955
if test $pkg_failed = yes; then
8794
	XORG_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xorg-server xproto"`
8956
	XORG_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xorg-server xproto fontsproto $REQUIRED_MODULES"`
8795
	# Put the nasty error message in config.log where it belongs
8957
	# Put the nasty error message in config.log where it belongs
8796
	echo "$XORG_PKG_ERRORS" 1>&5
8958
	echo "$XORG_PKG_ERRORS" 1>&5
8797
8959
8798
	{ { echo "$as_me:$LINENO: error: Package requirements (xorg-server xproto) were not met.
8960
	{ { echo "$as_me:$LINENO: error: Package requirements (xorg-server xproto fontsproto $REQUIRED_MODULES) were not met.
8799
Consider adjusting the PKG_CONFIG_PATH environment variable if you
8961
Consider adjusting the PKG_CONFIG_PATH environment variable if you
8800
installed software in a non-standard prefix.
8962
installed software in a non-standard prefix.
8801
8963
8802
Alternatively you may set the XORG_CFLAGS and XORG_LIBS environment variables
8964
Alternatively you may set the XORG_CFLAGS and XORG_LIBS environment variables
8803
to avoid the need to call pkg-config.  See the pkg-config man page for
8965
to avoid the need to call pkg-config.  See the pkg-config man page for
8804
more details." >&5
8966
more details." >&5
8805
echo "$as_me: error: Package requirements (xorg-server xproto) were not met.
8967
echo "$as_me: error: Package requirements (xorg-server xproto fontsproto $REQUIRED_MODULES) were not met.
8806
Consider adjusting the PKG_CONFIG_PATH environment variable if you
8968
Consider adjusting the PKG_CONFIG_PATH environment variable if you
8807
installed software in a non-standard prefix.
8969
installed software in a non-standard prefix.
8808
8970
Lines 8839-8844 Link Here
8839
echo "${ECHO_T}yes" >&6
9001
echo "${ECHO_T}yes" >&6
8840
	:
9002
	:
8841
fi
9003
fi
9004
echo "$as_me:$LINENO: result: yes" >&5
9005
echo "${ECHO_T}yes" >&6
8842
sdkdir=$(pkg-config --variable=sdkdir xorg-server)
9006
sdkdir=$(pkg-config --variable=sdkdir xorg-server)
8843
9007
8844
# Checks for libraries.
9008
# Checks for libraries.
Lines 9655-9661 Link Here
9655
} >&5
9819
} >&5
9656
cat >&5 <<_CSEOF
9820
cat >&5 <<_CSEOF
9657
9821
9658
This file was extended by xf86-video-sunffb $as_me 1.0.0.1, which was
9822
This file was extended by xf86-video-sunffb $as_me 1.0.1, which was
9659
generated by GNU Autoconf 2.57.  Invocation command line was
9823
generated by GNU Autoconf 2.57.  Invocation command line was
9660
9824
9661
  CONFIG_FILES    = $CONFIG_FILES
9825
  CONFIG_FILES    = $CONFIG_FILES
Lines 9718-9724 Link Here
9718
9882
9719
cat >>$CONFIG_STATUS <<_ACEOF
9883
cat >>$CONFIG_STATUS <<_ACEOF
9720
ac_cs_version="\\
9884
ac_cs_version="\\
9721
xf86-video-sunffb config.status 1.0.0.1
9885
xf86-video-sunffb config.status 1.0.1
9722
configured by $0, generated by GNU Autoconf 2.57,
9886
configured by $0, generated by GNU Autoconf 2.57,
9723
  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
9887
  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
9724
9888
(-)xf86-video-sunffb-1.0.0.1/configure.ac (-2 / +9 lines)
Lines 22-28 Link Here
22
22
23
AC_PREREQ(2.57)
23
AC_PREREQ(2.57)
24
AC_INIT([xf86-video-sunffb],
24
AC_INIT([xf86-video-sunffb],
25
        1.0.0.1,
25
        1.0.1,
26
        [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
26
        [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
27
        xf86-video-sunffb)
27
        xf86-video-sunffb)
28
28
Lines 50-57 Link Here
50
                                  [Disable DRI support [[default=auto]]]),
50
                                  [Disable DRI support [[default=auto]]]),
51
              [DRI="$enableval"],
51
              [DRI="$enableval"],
52
              [DRI=auto])
52
              [DRI=auto])
53
54
# Checks for extensions
55
XORG_DRIVER_CHECK_EXT(RANDR, randrproto)
56
XORG_DRIVER_CHECK_EXT(RENDER, renderproto)
57
XORG_DRIVER_CHECK_EXT(DPMSExtension, xextproto)
58
53
# Checks for pkg-config packages
59
# Checks for pkg-config packages
54
PKG_CHECK_MODULES(XORG, [xorg-server xproto])
60
PKG_CHECK_MODULES(XORG, [xorg-server xproto fontsproto $REQUIRED_MODULES])
61
AC_MSG_RESULT([yes])
55
sdkdir=$(pkg-config --variable=sdkdir xorg-server)
62
sdkdir=$(pkg-config --variable=sdkdir xorg-server)
56
63
57
# Checks for libraries.
64
# Checks for libraries.
(-)xf86-video-sunffb-1.0.0.1/Makefile.in (-3 / +4 lines)
Lines 171-179 Link Here
171
	all-recursive install-data-recursive install-exec-recursive \
171
	all-recursive install-data-recursive install-exec-recursive \
172
	installdirs-recursive install-recursive uninstall-recursive \
172
	installdirs-recursive install-recursive uninstall-recursive \
173
	check-recursive installcheck-recursive
173
	check-recursive installcheck-recursive
174
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/configure Makefile.am \
174
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/configure ChangeLog \
175
	aclocal.m4 config.guess config.h.in config.sub configure \
175
	Makefile.am aclocal.m4 config.guess config.h.in config.sub \
176
	configure.ac depcomp install-sh ltmain.sh missing mkinstalldirs
176
	configure configure.ac depcomp install-sh ltmain.sh missing \
177
	mkinstalldirs
177
DIST_SUBDIRS = $(SUBDIRS)
178
DIST_SUBDIRS = $(SUBDIRS)
178
all: config.h
179
all: config.h
179
	$(MAKE) $(AM_MAKEFLAGS) all-recursive
180
	$(MAKE) $(AM_MAKEFLAGS) all-recursive
(-)xf86-video-sunffb-1.0.0.1/src/ffb_dri.c (-2 lines)
Lines 207-214 Link Here
207
	 */
207
	 */
208
	if (!xf86LoaderCheckSymbol("GlxSetVisualConfigs"))
208
	if (!xf86LoaderCheckSymbol("GlxSetVisualConfigs"))
209
		return FALSE;
209
		return FALSE;
210
	if (!xf86LoaderCheckSymbol("DRIScreenInit"))
211
		return FALSE;
212
	if (!xf86LoaderCheckSymbol("drmAvailable"))
210
	if (!xf86LoaderCheckSymbol("drmAvailable"))
213
		return FALSE;
211
		return FALSE;
214
        if (!xf86LoaderCheckSymbol("DRIQueryVersion")) {
212
        if (!xf86LoaderCheckSymbol("DRIQueryVersion")) {
(-)xf86-video-sunffb-1.0.0.1/src/ffb_driver.c (-1 / +1 lines)
Lines 71-77 Link Here
71
#define FFB_DRIVER_NAME "sunffb"
71
#define FFB_DRIVER_NAME "sunffb"
72
#define FFB_MAJOR_VERSION 1
72
#define FFB_MAJOR_VERSION 1
73
#define FFB_MINOR_VERSION 0
73
#define FFB_MINOR_VERSION 0
74
#define FFB_PATCHLEVEL 0
74
#define FFB_PATCHLEVEL 1
75
75
76
/* 
76
/* 
77
 * This contains the functions needed by the server after loading the driver
77
 * This contains the functions needed by the server after loading the driver

Return to bug 111361