Skip to content

Fix X server to work with AMD FirePro graphic card #457

Merged
merged 2 commits into from
Aug 16, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions xorg-server.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION xorg-server-1.19.3-0
# BEE_VERSION xorg-server-1.19.3-2

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)
Expand All @@ -17,7 +17,7 @@ SRCURL[0]="https://ftp.x.org/pub/individual/xserver/xorg-server-${PKGVERSION}.ta

# PATCHURL[0]="/src/mariux/download/xorg-xinerama.patch"

PATCHURL+=(http://www.linuxfromscratch.org/patches/blfs/svn/xorg-server-1.19.3-add_prime_support-1.patch)
PATCHURL+=(/src/mariux/patches/0001-os-Handle-SIGABRT.patch)

###############################################################################
## Add filename patterns to the EXCLUDE array of files that should not
Expand Down