diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-04-07 10:08:46 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-04-07 10:08:46 +0000 |
commit | e70a253e40b86a304d10c640a8289183eb860797 (patch) | |
tree | e9f60bf2b4ed8e000df3cc675794abd39fe52fec | |
parent | d696ac1c2eee2918836a479843c51887d3cc2b53 (diff) | |
download | monitor-edid-e70a253e40b86a304d10c640a8289183eb860797.tar monitor-edid-e70a253e40b86a304d10c640a8289183eb860797.tar.gz monitor-edid-e70a253e40b86a304d10c640a8289183eb860797.tar.bz2 monitor-edid-e70a253e40b86a304d10c640a8289183eb860797.tar.xz monitor-edid-e70a253e40b86a304d10c640a8289183eb860797.zip |
- remove internal lrmi.c, build with external liblrmi instead
(Remi Collet and Ville Skytta)
-rw-r--r-- | vbe.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -157,7 +157,7 @@ int vbe_get_edid_info(hd_data_t *hd_data, char *edid, int port) } #ifdef LRMI -#include "lrmi.h" +#include <lrmi.h> static int vbe_check_vbe_info__old(void) { |