Skip to content

Commit 6889cd7

Browse files
committed
Restore the noblur library for use with Firefox
Apparently it's still needed.
1 parent 5e1e963 commit 6889cd7

File tree

19 files changed

+1732
-13
lines changed

19 files changed

+1732
-13
lines changed

cpp/build.desc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
gcc_library(name = "noblur",
2+
srcs = [ "linux-specific/*.c" ],
3+
args = "-I/usr/include",
4+
arch = "i386")
5+
6+
gcc_library(name = "noblur64",
7+
srcs = [ "linux-specific/*.c" ],
8+
args = "-I/usr/include",
9+
arch = "amd64")
10+

0 commit comments

Comments
 (0)