summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac6
-rw-r--r--src/Makefile.am4
-rw-r--r--src/glamo.c (renamed from src/fbdev.c)0
3 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index ec3d7aa..7720337 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,10 +21,10 @@
# Process this file with autoconf to produce a configure script
AC_PREREQ(2.57)
-AC_INIT([xf86-video-fbdev],
+AC_INIT([xf86-video-glamo],
0.4.0,
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
- xf86-video-fbdev)
+ xf86-video-glamo)
AC_CONFIG_SRCDIR([Makefile.am])
AM_CONFIG_HEADER([config.h])
@@ -74,7 +74,7 @@ AC_HEADER_STDC
AC_SUBST([XORG_CFLAGS])
AC_SUBST([moduledir])
-DRIVER_NAME=fbdev
+DRIVER_NAME=glamo
AC_SUBST([DRIVER_NAME])
XORG_MANPAGE_SECTIONS
diff --git a/src/Makefile.am b/src/Makefile.am
index 1203177..117dcd4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -24,9 +24,9 @@
# _ladir passes a dummy rpath to libtool so the thing will actually link
# TODO: -nostdlib/-Bstatic/-lgcc platform magic, not installing the .a, etc.
AM_CFLAGS = @XORG_CFLAGS@
-fbdev_drv_la_LTLIBRARIES = fbdev_drv.la
+fbdev_drv_la_LTLIBRARIES = glamo_drv.la
fbdev_drv_la_LDFLAGS = -module -avoid-version
fbdev_drv_ladir = @moduledir@/drivers
fbdev_drv_la_SOURCES = \
- fbdev.c
+ glamo.c
diff --git a/src/fbdev.c b/src/glamo.c
index df278f5..df278f5 100644
--- a/src/fbdev.c
+++ b/src/glamo.c