mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 15:38:09 +02:00
targets/xorg-i915: Rename driver to i915_drv.so.
modesetting_drv.so is undescriptive and collides with xf86-video-modesetting. Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>
This commit is contained in:
parent
413c491412
commit
399a03fdd6
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
TOP = ../../../..
|
||||
include $(TOP)/configs/current
|
||||
|
||||
LIBNAME = modesetting_drv.so
|
||||
LIBNAME = i915_drv.so
|
||||
|
||||
C_SOURCES = \
|
||||
intel_target.c \
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ static PciChipsets intel_xorg_pci_devices[] = {
|
|||
};
|
||||
|
||||
static XF86ModuleVersionInfo intel_xorg_version = {
|
||||
"modesetting",
|
||||
"i915",
|
||||
MODULEVENDORSTRING,
|
||||
MODINFOSTRING1,
|
||||
MODINFOSTRING2,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue