Skip to content

Commit

Permalink
WIP: drm/kms support..
Browse files Browse the repository at this point in the history
  • Loading branch information
robclark committed Aug 7, 2013
1 parent 210c10a commit 34d3969
Show file tree
Hide file tree
Showing 6 changed files with 1,464 additions and 12 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -60,7 +60,7 @@ XORG_DRIVER_CHECK_EXT(RENDER, renderproto)
#XORG_DRIVER_CHECK_EXT(XV, videoproto)

# Checks for pkg-config packages
PKG_CHECK_MODULES(XORG, [libdrm libdrm_freedreno xorg-server xproto $REQUIRED_MODULES])
PKG_CHECK_MODULES(XORG, [libdrm libdrm_freedreno xorg-server xproto libudev $REQUIRED_MODULES])
sdkdir=$(pkg-config --variable=sdkdir xorg-server)
PKG_CHECK_MODULES(XEXT, [xextproto >= 7.0.99.1],
HAVE_XEXTPROTO_71="yes"; AC_DEFINE(HAVE_XEXTPROTO_71, 1, [xextproto 7.1 available]),
Expand Down
1 change: 1 addition & 0 deletions src/Makefile.am
Expand Up @@ -8,6 +8,7 @@ freedreno_drv_la_LIBADD = @XORG_LIBS@
freedreno_drv_ladir = @moduledir@/drivers

freedreno_drv_la_SOURCES = \
drmmode_display.c \
fbmode_display.c \
msm-driver.c \
msm-accel.c \
Expand Down

0 comments on commit 34d3969

Please sign in to comment.