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:
parent
33ee3c1779
commit
f534248429
@ -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
|
||||
|
||||
|
@ -101,7 +101,6 @@ Source: ftp://freedesktop.org/pub/mesa/9.2/%{_name_archive}-%{_version}.
|
||||
Source2: baselibs.conf
|
||||
Source3: README.updates
|
||||
Source4: manual-pages.tar.bz2
|
||||
Source5: drirc
|
||||
Source6: %name-rpmlintrc
|
||||
# to be upstreamed
|
||||
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
|
||||
install -m 644 $RPM_SOURCE_DIR/README.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
|
||||
### disabled for now on request of Coolo
|
||||
### "please take out this libs things from Cristian for 12.3 - I have no interest in debugging
|
||||
|
19
drirc
19
drirc
@ -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>
|
Loading…
Reference in New Issue
Block a user