summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-06-02 04:52:46 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-06-02 04:52:46 +0000
commit386f6485a3800b910ca47a0b4f9a28c6fc11624e (patch)
treea17a36fdc30ea254a6992296c8e532578840cf8d /ChangeLog
parent7c6cda7470f7980983d5d089a174a51fa5920168 (diff)
downloadpcsxr-386f6485a3800b910ca47a0b4f9a28c6fc11624e.tar.gz
fix FTBFS on Fedora 13
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@50541 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e6177b7f..606d40b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,8 @@ Jun 2, 2010 Wei Mingzhi <whistler_wmz@users.sf.net>
* libpcsxcore/psxbios.c: Likewise.
* libpcsxcore/psxdma.c: Likewise.
* libpcsxcore/psxhw.c: Likewise.
+ * gui/Makefile.am: Added -ldl.
+ * plugins/dfinput/Makefile.am: Added -lX11 to cfgDFInput_LDFLAGS.
Jun 1, 2010 Wei Mingzhi <whistler_wmz@users.sf.net>