SHA256
1
0
forked from pool/Mesa

Accepting request 198234 from home:tobijk:X11:XOrg

Remove custom drirc
Sorry forgot to add this

OBS-URL: https://build.opensuse.org/request/show/198234
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=319
This commit is contained in:
Stefan Dirsch 2013-09-10 15:08:28 +00:00 committed by Git OBS Bridge
parent 33ee3c1779
commit f534248429
3 changed files with 6 additions and 23 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 10 14:31:07 UTC 2013 - tobias.johannes.klausmann@mni.thm.de
- Remove custom drirc, ship the upstream drirc
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 10 13:02:29 UTC 2013 - tobias.johannes.klausmann@mni.thm.de Tue Sep 10 13:02:29 UTC 2013 - tobias.johannes.klausmann@mni.thm.de

View File

@ -101,7 +101,6 @@ Source: ftp://freedesktop.org/pub/mesa/9.2/%{_name_archive}-%{_version}.
Source2: baselibs.conf Source2: baselibs.conf
Source3: README.updates Source3: README.updates
Source4: manual-pages.tar.bz2 Source4: manual-pages.tar.bz2
Source5: drirc
Source6: %name-rpmlintrc Source6: %name-rpmlintrc
# to be upstreamed # to be upstreamed
Patch11: u_Fix-crash-in-swrast-when-setting-a-texture-for-a-pix.patch Patch11: u_Fix-crash-in-swrast-when-setting-a-texture-for-a-pix.patch
@ -640,9 +639,7 @@ done
mkdir -p $RPM_BUILD_ROOT/usr/%{_lib}/dri/updates mkdir -p $RPM_BUILD_ROOT/usr/%{_lib}/dri/updates
install -m 644 $RPM_SOURCE_DIR/README.updates \ install -m 644 $RPM_SOURCE_DIR/README.updates \
$RPM_BUILD_ROOT/usr/%{_lib}/dri/updates $RPM_BUILD_ROOT/usr/%{_lib}/dri/updates
# global drirc file
mkdir -p $RPM_BUILD_ROOT/etc
install -m 644 $RPM_SOURCE_DIR/drirc $RPM_BUILD_ROOT/etc
%fdupes -s $RPM_BUILD_ROOT/%_mandir %fdupes -s $RPM_BUILD_ROOT/%_mandir
### disabled for now on request of Coolo ### disabled for now on request of Coolo
### "please take out this libs things from Cristian for 12.3 - I have no interest in debugging ### "please take out this libs things from Cristian for 12.3 - I have no interest in debugging

19
drirc
View File

@ -1,19 +0,0 @@
<driconf>
<device screen="0" driver="i915">
<application name="Default">
<option name="vblank_mode" value="0" />
</application>
</device>
<device screen="0" driver="i965">
<application name="Default">
<option name="vblank_mode" value="0" />
</application>
</device>
<device screen="0" driver="r300">
<application name="Default">
<option name="vblank_mode" value="0" />
<option name="force_s3tc_enable" value="false" />
<option name="disable_lowimpact_fallback" value="true" />
</application>
</device>
</driconf>